Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from open-amt-cloud-toolkit/docker
Browse files Browse the repository at this point in the history
build(docker): revert to ubuntu 20.04
  • Loading branch information
rsdmike authored May 6, 2021
2 parents 38c8bc2 + 9aa745e commit 39ddea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#*********************************************************************/

FROM ubuntu:20.10 AS rpc-builder
FROM ubuntu:20.04 AS rpc-builder

WORKDIR /
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 39ddea3

Please sign in to comment.