From ed38579d1deb584580bc2cac1001fbc8a5134ecd Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 1 Jul 2024 09:14:52 +0200 Subject: [PATCH] testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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