Skip to content

Commit c677caa

Browse files
Update PHP version to 8.4 in Dockerfile (#24)
* Update PHP version to 8.4 in Dockerfile * Update PHP version to 8.4 in Dockerfile
1 parent 15de182 commit c677caa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8-apache
1+
FROM php:8.4-apache
22

33
# Install system dependencies
44
RUN apt-get update && \

debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8-apache
1+
FROM php:8.4-apache
22

33
# Install system dependencies
44
RUN apt-get update && \

0 commit comments

Comments
 (0)