Skip to content

Commit

Permalink
Merge pull request #3471 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…mastercontainer/php-8.2.11-fpm-alpine3.18
  • Loading branch information
szaimen authored Oct 2, 2023
2 parents 1426646 + b883d12 commit dd31b13
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 dd31b13

Please sign in to comment.