Skip to content

Commit 4ffd7bc

Browse files
Michael Vasseurvmcj
authored andcommitted
Add PHP version of 22.04 image
We didn't install that version after the last upgrade.
1 parent 7c8d5b9 commit 4ffd7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.04
22
ENV DEBIAN_FRONTEND=noninteractive
3-
ENV PHPSUPPORTED="7.4 8.0 8.2 8.3"
3+
ENV PHPSUPPORTED="7.4 8.0 8.1 8.2"
44
ENV APTINSTALL="apt install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold"
55
RUN apt update && apt install -y \
66
acl make zip unzip apache2-utils bsdmainutils libcurl4-gnutls-dev \

0 commit comments

Comments
 (0)