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 .