We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674e4c2 commit 09ab26dCopy full SHA for 09ab26d
Dockerfile
@@ -5,7 +5,7 @@
5
# Build image #
6
#################
7
8
-FROM ubuntu:bionic AS build
+FROM ubuntu:focal AS build
9
10
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
11
ca-certificates \
@@ -50,7 +50,7 @@ RUN find /source -name "*.rs" -exec touch {} \; && cargo build --release
50
# Output image #
51
##################
52
53
-FROM ubuntu:bionic AS binary
+FROM ubuntu:focal AS binary
54
55
56
docker.io \
0 commit comments