Skip to content

Commit

Permalink
Update to php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marein committed Dec 12, 2023
1 parent 7057a31 commit 02ac551
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,5 @@
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true
}
},
"extra": {
"public-dir": "/web"
}
}
6 changes: 3 additions & 3 deletions docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG environment=development
##############################
# Build dependencies #
##############################
FROM ghcr.io/gaming-platform/docker-php-fpm:8.2-development as builder
FROM ghcr.io/gaming-platform/docker-php-fpm:8.3-development as builder

ARG environment=development

Expand All @@ -19,7 +19,7 @@ RUN /composer-install-after-code-copy.sh
##############################
# Build php-fpm #
##############################
FROM ghcr.io/gaming-platform/docker-php-fpm:8.2-$environment
FROM ghcr.io/gaming-platform/docker-php-fpm:8.3-$environment

ARG environment=development

Expand All @@ -31,7 +31,7 @@ COPY --from=builder /project /project

RUN /warmup.sh

COPY /docker/php-fpm/${environment}.ini /etc/php/8.2/fpm/conf.d/
COPY /docker/php-fpm/${environment}.ini /etc/php/8.3/fpm/conf.d/

ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-http"]
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 02ac551

Please sign in to comment.