Skip to content

Commit

Permalink
Upgrade cloudflared to 2024.12.0
Browse files Browse the repository at this point in the history
Bootstrap Go to 1.22.10, Alpine to 3.21
  • Loading branch information
Erisa committed Dec 15, 2024
1 parent 47c1612 commit 40cc252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build container
ARG GOVERSION=1.22.9
ARG ALPINEVERSION=3.20
ARG GOVERSION=1.22.10
ARG ALPINEVERSION=3.21

FROM --platform=${BUILDPLATFORM} \
golang:$GOVERSION-alpine${ALPINEVERSION} AS build
Expand All @@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash
ENV GO111MODULE=on \
CGO_ENABLED=0

ARG VERSION=2024.11.1
ARG VERSION=2024.12.0
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
RUN bash -x .teamcity/install-cloudflare-go.sh

Expand Down

0 comments on commit 40cc252

Please sign in to comment.