Skip to content

Commit 83f7a8d

Browse files
Merge pull request #1612 from Mark-Simulacrum/bump-ubuntu
Bump to newer ubuntu in Docker
2 parents f8f6d20 + 1c0bc2b commit 83f7a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN cargo build --release
1515
# Output image #
1616
##################
1717

18-
FROM ubuntu:bionic AS binary
18+
FROM ubuntu:latest AS binary
1919

2020
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2121
ca-certificates

0 commit comments

Comments
 (0)