Fix missed php update in Dockerfile

This commit is contained in:
Bubka 2023-04-15 10:11:53 +02:00
parent 243cf4da13
commit e14bbe78c8

2
Dockerfile vendored
View File

@ -45,7 +45,7 @@ COPY --from=supervisord --chown=${UID}:${GID} /bin /usr/local/bin/supervisord
# Install PHP and PHP system dependencies
RUN apk add --update --no-cache \
# PHP
php8 \
php8.1 \
# Composer dependencies
php8.1-phar \
# PHP SQLite driver