Skip to content

Commit 7017753

Browse files
authored
Merge pull request #369 from phpdocker-io/dependency-updates
Misc updates
2 parents b8287f8 + 37587a9 commit 7017753

File tree

3 files changed

+462
-443
lines changed

3 files changed

+462
-443
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.2
1+
ARG PHP_VERSION=8.3
22

33
###########
44
# Backend #
@@ -88,5 +88,5 @@ RUN sed -i "s/php-fpm/localhost/g" /etc/nginx/conf.d/default.conf \
8888

8989
COPY --from=frontend-installer node_modules/@bower_components public/vendor
9090

91-
COPY public/css public/css
92-
COPY public/js public/js
91+
COPY public/css public/css
92+
COPY public/js public/js

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": "8.2.*",
7+
"php": "8.3.*",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"ext-redis": "*",

0 commit comments

Comments
 (0)