Skip to content

Commit 3af60e5

Browse files
authored
rollback php version
1 parent 5731864 commit 3af60e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build
22

3-
FROM php:apache AS build
3+
FROM php:8.4-apache AS build
44

55
ARG CI_COMMIT_TAG=unknown
66
ARG CI_COMMIT_REF_NAME=unknown
@@ -37,7 +37,7 @@ RUN composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-pr
3737

3838

3939
# Runtime
40-
FROM php:apache
40+
FROM php:8.4-apache
4141

4242
WORKDIR /var/www/html
4343

0 commit comments

Comments
 (0)