We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8287f8 + 37587a9 commit 7017753Copy full SHA for 7017753
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PHP_VERSION=8.2
+ARG PHP_VERSION=8.3
2
3
###########
4
# Backend #
@@ -88,5 +88,5 @@ RUN sed -i "s/php-fpm/localhost/g" /etc/nginx/conf.d/default.conf \
88
89
COPY --from=frontend-installer node_modules/@bower_components public/vendor
90
91
-COPY public/css public/css
92
-COPY public/js public/js
+COPY public/css public/css
+COPY public/js public/js
composer.json
@@ -4,7 +4,7 @@
"minimum-stability": "stable",
5
"prefer-stable": true,
6
"require": {
7
- "php": "8.2.*",
+ "php": "8.3.*",
8
"ext-ctype": "*",
9
"ext-iconv": "*",
10
"ext-redis": "*",
0 commit comments