Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 8259fe0

Browse files
Update php Docker tag to v8.2
1 parent f2c5744 commit 8259fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/dev/php-composer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-alpine
1+
FROM php:8.2-alpine
22

33

44
RUN apk --no-cache add libmcrypt-dev \

docker/dev/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-alpine
1+
FROM php:8.2-alpine
22

33

44
RUN apk --no-cache add libmcrypt-dev \

0 commit comments

Comments
 (0)