From e14bbe78c83c60c4550caf859070a9f985caa02b Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Sat, 15 Apr 2023 10:11:53 +0200 Subject: [PATCH] Fix missed php update in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29966b15..cbd9425d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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