update mastercontainer to php 8.2

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-10 20:40:04 +02:00
parent 1f7f675454
commit 72909bde64
10 changed files with 23 additions and 28 deletions

View file

@ -4,8 +4,8 @@ FROM docker:23.0.5-cli as docker
# Caddy is a requirement
FROM caddy:2.6.4-alpine as caddy
# From https://github.com/docker-library/php/blob/master/8.1/alpine3.17/fpm/Dockerfile
FROM php:8.1.18-fpm-alpine3.17
# From https://github.com/docker-library/php/blob/master/8.2/alpine3.17/fpm/Dockerfile
FROM php:8.2.5-fpm-alpine3.17
RUN set -ex; \
apk add --no-cache shadow; \