Bump docker base image (#3584)

This commit is contained in:
jekkos
2023-06-17 00:54:23 +02:00
parent f323ec06e8
commit 4429e48a9a

View File

@@ -1,4 +1,4 @@
FROM php:8-apache AS ospos
FROM php:8.2-apache AS ospos
LABEL maintainer="jekkos"
RUN apt update && apt-get install -y \