Skip to content

Commit

Permalink
build(deps): bump php in /Containers/mastercontainer
Browse files Browse the repository at this point in the history
Bumps php from 8.3.10-fpm-alpine3.20 to 8.3.11-fpm-alpine3.20.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent fd1d21c commit 52fd6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/mastercontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM docker:27.2.0-cli AS docker
FROM caddy:2.8.4-alpine AS caddy

# From https://github.com/docker-library/php/blob/master/8.3/alpine3.20/fpm/Dockerfile
FROM php:8.3.10-fpm-alpine3.20
FROM php:8.3.11-fpm-alpine3.20

EXPOSE 80
EXPOSE 8080
Expand Down

0 comments on commit 52fd6d6

Please sign in to comment.