Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 9270260

Browse files
authored
Merge pull request #91 from crazy-max/update
Cloudflared 2023.5.1
2 parents 82c84e5 + 7a3a4d6 commit 9270260

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG CLOUDFLARED_VERSION=2023.4.1
3+
ARG CLOUDFLARED_VERSION=2023.5.1
44
ARG ALPINE_VERSION=3.17
5-
ARG GO_VERSION=1.19
65
ARG XX_VERSION=1.2.1
76

7+
# https://github.com/cloudflare/cloudflared/blob/2023.5.1/.github/workflows/check.yaml#L7
8+
ARG GO_VERSION=1.19
9+
810
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:${XX_VERSION} AS xx
911
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:${GO_VERSION}-alpine AS builder
1012
RUN apk --update --no-cache add file git

0 commit comments

Comments
 (0)