We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01e08 commit ff90342Copy full SHA for ff90342
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} golang:1.20.10-alpine3.18 as build
2
-ARG CLOUDFLARED_VERSION=2023.8.2 \
+ARG CLOUDFLARED_VERSION=2023.10.0 \
3
TARGETARCH
4
5
RUN apk add --no-cache ca-certificates git build-base && \
0 commit comments