From 4e0f409d42f1f74f9454114add07e711f4d19d36 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 13 Sep 2025 23:18:28 -0700 Subject: [PATCH] update ubuntu version --- Dockerfile | 2 +- Dockerfile.mxe | 2 +- Dockerfile.static | 2 +- build.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f1987a..9f11be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 # RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy diff --git a/Dockerfile.mxe b/Dockerfile.mxe index d886130..62d865d 100644 --- a/Dockerfile.mxe +++ b/Dockerfile.mxe @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENTRYPOINT ["/bin/bash"] # RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy diff --git a/Dockerfile.static b/Dockerfile.static index bd40446..e7563cc 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 # RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy diff --git a/build.sh b/build.sh index 37a8ed5..fc08230 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euxo pipefail -docker pull ubuntu:22.04 +docker pull ubuntu:24.04 # Ubuntu dynamically linked docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .