diff --git a/Dockerfile b/Dockerfile index 3b69c46..663670a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN \ rm -rf /var/cache/apk/* RUN apk --no-cache add php8=${PHP_VERSION} \ - php${PHP_VERSION}-curl + php83-curl COPY nginx.conf /etc/nginx/nginx.conf