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 e7b321b commit f768b19Copy full SHA for f768b19
Dockerfile
@@ -5,7 +5,7 @@
5
# Build image #
6
#################
7
8
-FROM ubuntu:bionic AS build
+FROM ubuntu:22.04 AS build
9
10
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
11
ca-certificates \
@@ -42,7 +42,7 @@ RUN find -name "*.rs" -exec touch {} \; && cargo build --release
42
# Output image #
43
##################
44
45
-FROM ubuntu:bionic AS binary
+FROM ubuntu:22.04 AS binary
46
47
48
ca-certificates
0 commit comments