Skip to content

Commit

Permalink
Add PHP version of 22.04 image
Browse files Browse the repository at this point in the history
We didn't install that version after the last upgrade.
  • Loading branch information
Michael Vasseur committed Apr 29, 2024
1 parent 7c8d5b9 commit 3b59041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-gitlabci/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 3b59041

Please sign in to comment.