Merge pull request #997 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.0.22-apache-bullseye

Bump php from 8.0.21-apache-bullseye to 8.0.22-apache-bullseye in /Containers/mastercontainer
This commit is contained in:
Simon L 2022-08-15 12:06:44 +02:00 committed by GitHub
commit 801bd2ce4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ FROM docker:20.10.17-dind-alpine3.16 as dind
FROM caddy:2.5.2-alpine as caddy
# From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile
FROM php:8.0.21-apache-bullseye
FROM php:8.0.22-apache-bullseye
EXPOSE 80
EXPOSE 8080