Skip to content

Commit

Permalink
Bump php from 8.3-fpm-alpine to 8.4-fpm-alpine
Browse files Browse the repository at this point in the history
Bumps php from 8.3-fpm-alpine to 8.4-fpm-alpine.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and felix.ruf committed Feb 20, 2025
1 parent 86f2e34 commit f4d6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY public .
RUN NODE_ENV=production npm run build

# build production container
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine
RUN apk --no-cache add \
icu-dev \
unzip \
Expand Down

0 comments on commit f4d6dc0

Please sign in to comment.