Skip to content

Commit

Permalink
Bump php in /Containers/mastercontainer
Browse files Browse the repository at this point in the history
Bumps php from 8.2.10-fpm-alpine3.18 to 8.2.11-fpm-alpine3.18.

---
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 Oct 2, 2023
1 parent 1426646 commit b883d12
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 @@ -5,7 +5,7 @@ FROM docker:24.0.6-cli as docker
FROM caddy:2.7.4-alpine as caddy

# From https://github.com/docker-library/php/blob/master/8.2/alpine3.18/fpm/Dockerfile
FROM php:8.2.10-fpm-alpine3.18
FROM php:8.2.11-fpm-alpine3.18

EXPOSE 80
EXPOSE 8080
Expand Down

0 comments on commit b883d12

Please sign in to comment.