Skip to content

Commit

Permalink
build(deps): bump php from 8.3.13-fpm-alpine to 8.4.1-fpm-alpine
Browse files Browse the repository at this point in the history
Bumps php from 8.3.13-fpm-alpine to 8.4.1-fpm-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 95af6ee commit 5571f1e
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.3.13-cli-alpine AS php-cli
FROM php:8.4.1-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.3.13-fpm-alpine AS php-fpm
FROM php:8.4.1-fpm-alpine AS php-fpm

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

0 comments on commit 5571f1e

Please sign in to comment.