Skip to content

Commit

Permalink
Bump php from 8.2.10-cli-alpine to 8.2.11-cli-alpine
Browse files Browse the repository at this point in the history
Bumps php from 8.2.10-cli-alpine to 8.2.11-cli-alpine.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pmaene committed Oct 3, 2023
1 parent 1d4bb90 commit 6a23196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN \
--optimize; \
fi

FROM php:8.2.10-cli-alpine AS php-cli
FROM php:8.2.11-cli-alpine AS php-cli

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down Expand Up @@ -99,7 +99,7 @@ COPY docker/php-cli/entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]

FROM php:8.2.10-fpm-alpine AS php-fpm
FROM php:8.2.11-fpm-alpine AS php-fpm

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down

0 comments on commit 6a23196

Please sign in to comment.