Skip to content

Commit 928f811

Browse files
chore(deps): update php docker tag to v8
1 parent b3a50e7 commit 928f811

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lint.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_IMG_TAG=5.6-alpine
1+
ARG PHP_IMG_TAG=8.4-alpine
22
FROM php:${PHP_IMG_TAG} AS production
33

44
WORKDIR /composer

php-compatibility.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_IMG_TAG=5.6-alpine
1+
ARG PHP_IMG_TAG=8.4-alpine
22
FROM php:${PHP_IMG_TAG} AS production
33

44
WORKDIR /composer

0 commit comments

Comments
 (0)