Skip to content

Commit f768b19

Browse files
Update to latest ubuntu LTS
1 parent e7b321b commit f768b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Build image #
66
#################
77

8-
FROM ubuntu:bionic AS build
8+
FROM ubuntu:22.04 AS build
99

1010
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1111
ca-certificates \
@@ -42,7 +42,7 @@ RUN find -name "*.rs" -exec touch {} \; && cargo build --release
4242
# Output image #
4343
##################
4444

45-
FROM ubuntu:bionic AS binary
45+
FROM ubuntu:22.04 AS binary
4646

4747
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
4848
ca-certificates

0 commit comments

Comments
 (0)