mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
update mastercontainerto php 8.1
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3eb2b164e1
commit
950ab32d26
8 changed files with 12 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ FROM docker:20.10.21-dind-alpine3.16 as dind
|
|||
FROM caddy:2.6.2-alpine as caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile
|
||||
FROM php:8.0.26-apache-bullseye
|
||||
FROM php:8.1.13-apache-bullseye
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue