Skip to content

Commit 875e5c9

Browse files
authored
update to php 8.3. for 6.0
1 parent c7fbf3d commit 875e5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Start from the official PHP 8.2 image with Apache
2-
FROM php:8.2-apache
1+
# Start from the official PHP 8.3 image with Apache
2+
FROM php:8.3-apache
33

44
# Install system dependencies, Node.js, Composer, and Cypress dependencies
55
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)