mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-27 00:54:46 +08:00
Merge pull request #811 from nextcloud/dependabot/docker/Containers/mastercontainer/php-8.0.20-apache-bullseye
Bump php from 8.0.19-apache-bullseye to 8.0.20-apache-bullseye in /Containers/mastercontainer
This commit is contained in:
commit
9f6821c703
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM docker:20.10.16-dind-alpine as dind
|
|||
FROM caddy:2.5.1-alpine as caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile
|
||||
FROM php:8.0.19-apache-bullseye
|
||||
FROM php:8.0.20-apache-bullseye
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Reference in a new issue