Skip to content

Commit beea09e

Browse files
authored
Pin to go 1.19 for building frankenphp
1 parent 6379c1d commit beea09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ RUN chmod +x /usr/sbin/start-cron
324324

325325
# install caddy with frankenphp
326326
# 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 \
327+
RUN apk add --no-cache go~=1.19 --repository https://dl-cdn.alpinelinux.org/alpine/v3.17/community --virtual .go-build-deps \
328328
&& apk add --no-cache libxml2-dev sqlite-dev build-base openssl-dev ${PHP_PACKAGE_BASENAME}-dev~=${PHP_VERSION} --virtual .build-deps \
329329
&& cd /opt \
330330
&& git clone https://github.com/dunglas/frankenphp.git --recursive \

0 commit comments

Comments
 (0)