This commit is contained in:
2024-04-22 10:59:31 +02:00
parent 29c72d13e7
commit 3d4b179984
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM composer:latest AS composer
FROM php:8.1-fpm
FROM php:8.2-fpm
WORKDIR "/application"
ARG ADDITIONAL_PACKAGES