From 3b59041bfd62cdf9db114290c5d87783618af6e0 Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Mon, 29 Apr 2024 18:38:58 +0200 Subject: [PATCH] Add PHP version of 22.04 image We didn't install that version after the last upgrade. --- docker-gitlabci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \