We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7fbf3d + 875e5c9 commit c65272eCopy full SHA for c65272e
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
-# Start from the official PHP 8.2 image with Apache
2
-FROM php:8.2-apache
+# Start from the official PHP 8.3 image with Apache
+FROM php:8.3-apache
3
4
# Install system dependencies, Node.js, Composer, and Cypress dependencies
5
RUN apt-get update && apt-get install -y \
0 commit comments