Skip to content

Commit

Permalink
update to ub22
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Jan 27, 2024
1 parent 289e3ba commit 690b50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
MAINTAINER Matt Godbolt <matt@godbolt.org>

ARG DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN cd /tmp && \
./aws/install && \
rm -rf aws*

RUN apt install -y python3.9 python3-pip python3.9-venv
RUN apt install -y python3.10 python3-pip python3.10-venv
RUN python3 -m pip install conan==1.59

RUN mkdir -p /tmp/build
Expand Down

0 comments on commit 690b50d

Please sign in to comment.