X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fci%2Fdocker%2Fhost-x86_64%2Fmingw-check%2FDockerfile;h=4cc5d9f8a0dafd08bb59e6b92feb618fba17ad02;hb=9e6873f7888c64bbded5de761489c0a0f0df826b;hp=d5bc76eeb23daee6779672485caf84fcf53ac877;hpb=b8f9cb345ab1401f2fbd14cc23f64dda9dd2314e;p=rust.git diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile index d5bc76eeb23..4cc5d9f8a0d 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -1,8 +1,6 @@ -FROM ubuntu:18.04 -# FIXME: when bumping the version, remove the Python 3.6-specific changes in -# the reuse-requirements.in file, regenerate reuse-requirements.txt and remove -# this comment. +FROM ubuntu:22.04 +ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ make \