Skip to content

Commit

Permalink
Renovate Update php Docker tag to v8.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent db36d37 commit 011536e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service-api/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Base image containing correct PHP, extensions and configuration
#
FROM php:8.1.23-fpm-alpine3.18 AS php-base
FROM php:8.2.11-fpm-alpine3.18 AS php-base

COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion service-front/docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Base image containing correct PHP, extensions and configuration
#
FROM php:8.1.23-fpm-alpine3.18 AS php-base
FROM php:8.2.11-fpm-alpine3.18 AS php-base

ENV OPG_PHP_POOL_CHILDREN_MAX="25"

Expand Down

0 comments on commit 011536e

Please sign in to comment.