Skip to content

Commit c65272e

Browse files
Merge pull request #2 from alikon/patch-32
update to php 8.3. for 6.0
2 parents c7fbf3d + 875e5c9 commit c65272e

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)