testing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2024-07-01 09:16:05 +02:00
parent ed38579d1d
commit ab2024b33f

View File

@@ -57,7 +57,7 @@ RUN \
apk del ${build_pkgs} && \ apk del ${build_pkgs} && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
RUN apk --no-cache add php8=${PHP_VERSION} \ RUN apk --no-cache add php83 \
php83-curl php83-curl
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf