Skip to content

Commit d4e19d2

Browse files
chore(deps): update php docker tag to v8
1 parent e2a9883 commit d4e19d2

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.5-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.5-alpine
22
FROM php:${PHP_IMG_TAG} AS production
33

44
WORKDIR /composer

0 commit comments

Comments
 (0)