We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6379c1d commit beea09eCopy full SHA for beea09e
Dockerfile
@@ -324,7 +324,7 @@ RUN chmod +x /usr/sbin/start-cron
324
325
# install caddy with frankenphp
326
# hadolint ignore=SC2016,SC2086,DL3003
327
-RUN apk add --no-cache go~=1.19.7 --repository https://dl-cdn.alpinelinux.org/alpine/v3.17/community --virtual .go-build-deps \
+RUN apk add --no-cache go~=1.19 --repository https://dl-cdn.alpinelinux.org/alpine/v3.17/community --virtual .go-build-deps \
328
&& apk add --no-cache libxml2-dev sqlite-dev build-base openssl-dev ${PHP_PACKAGE_BASENAME}-dev~=${PHP_VERSION} --virtual .build-deps \
329
&& cd /opt \
330
&& git clone https://github.com/dunglas/frankenphp.git --recursive \
0 commit comments