Fix deprecation error

This commit is contained in:
Luca 2023-06-25 14:21:00 +02:00
parent c502694e59
commit ee002b9609
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 && \