diff --git a/.github/workflows/build-gitlab-container-release.yml b/.github/workflows/build-gitlab-container-release.yml index f927a46..2716536 100644 --- a/.github/workflows/build-gitlab-container-release.yml +++ b/.github/workflows/build-gitlab-container-release.yml @@ -39,6 +39,6 @@ jobs: with: context: "./docker-gitlabci" push: true - tags: "domjudge/gitlabci:22.04" + tags: "domjudge/gitlabci:24.04" labels: ${{ steps.meta.outputs.labels }} diff --git a/docker-gitlabci/Dockerfile b/docker-gitlabci/Dockerfile index 5877524..9904f83 100644 --- a/docker-gitlabci/Dockerfile +++ b/docker-gitlabci/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive -ENV PHPSUPPORTED="7.4 8.0 8.2 8.3" +ENV PHPSUPPORTED="7.4 8.0 8.1 8.2" ENV APTINSTALL="apt install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold" RUN apt update && apt install -y \ acl make zip unzip apache2-utils bsdmainutils libcurl4-gnutls-dev \