Skip to content

Commit 09ab26d

Browse files
committed
docker: switch to Ubuntu 20.04
1 parent 674e4c2 commit 09ab26d

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:focal AS build
99

1010
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1111
ca-certificates \
@@ -50,7 +50,7 @@ RUN find /source -name "*.rs" -exec touch {} \; && cargo build --release
5050
# Output image #
5151
##################
5252

53-
FROM ubuntu:bionic AS binary
53+
FROM ubuntu:focal AS binary
5454

5555
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
5656
docker.io \

0 commit comments

Comments
 (0)