Skip to content

Commit 5cf177f

Browse files
authoredNov 21, 2024··
Update php Docker tag to v8.4
1 parent a9511b5 commit 5cf177f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile

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

33
RUN apt-get update && apt-get install -y \
44
libffi-dev \

‎Dockerfile-dev

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

33
RUN apt-get update && apt-get install -y \
44
libffi-dev \

0 commit comments

Comments
 (0)
Please sign in to comment.