Skip to content

Commit

Permalink
Merge pull request #369 from phpdocker-io/dependency-updates
Browse files Browse the repository at this point in the history
Misc updates
  • Loading branch information
luispabon authored Jul 1, 2024
2 parents b8287f8 + 37587a9 commit 7017753
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 443 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.2
ARG PHP_VERSION=8.3

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

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

COPY public/css public/css
COPY public/js public/js
COPY public/css public/css
COPY public/js public/js
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "8.2.*",
"php": "8.3.*",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-redis": "*",
Expand Down
Loading

0 comments on commit 7017753

Please sign in to comment.