update ubuntu version
Some checks failed
Release / dynamic (push) Failing after 2m11s
Release / MXE (push) Failing after 7s
Release / static (push) Failing after 7s
Release / MXE Win32 Dynamic (push) Has been skipped
Release / MXE Win32 Static (push) Has been skipped
Release / MXE Win64 Dynamic (push) Has been skipped
Release / MXE Win64 Static (push) Has been skipped

This commit is contained in:
Faraz Fallahi
2025-09-13 23:18:28 -07:00
parent 4a900bcada
commit 4e0f409d42
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 .