From 2cfe7390134bfabbb07e3fd2ad7c85371278b078 Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 1 Jul 2024 08:57:19 +0200 Subject: [PATCH] updated curl pphp version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6208013..0261627 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN \ rm -rf /var/cache/apk/* RUN apk --no-cache add php8=${PHP_VERSION} \ - php8-curl + php${PHP_VERSION}-curl COPY nginx.conf /etc/nginx/nginx.conf