Skip to content

Commit

Permalink
Bump ubuntu from 18.04 to 22.04
Browse files Browse the repository at this point in the history
Hopefully fixes compiler-explorer/compiler-explorer#6855

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
  • Loading branch information
dkm committed Sep 17, 2024
1 parent dcc95cc commit 9a65c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y -q && apt upgrade -y -q && apt upgrade -y -q && apt install -y -q \
Expand Down

0 comments on commit 9a65c55

Please sign in to comment.