Compare commits

...

1 Commits

Author SHA1 Message Date
Luca ee002b9609 Fix deprecation error 2023-06-25 14:21:00 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ COPY --from=themes /app/public/assets /app/public/assets/
RUN find /app/storage/ -type f -not -name VERSION -exec rm {} \;
# Build the PHP/Nginx container
FROM php:8-fpm-alpine
FROM php:8.1-fpm-alpine
WORKDIR /var/www
RUN apk add --no-cache icu-dev nginx && \
docker-php-ext-install intl pdo_mysql && \