Skip to content

Commit 09ef9ac

Browse files
authored
2025.10.0 (#99)
1 parent de00c6c commit 09ef9ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM public.ecr.aws/docker/library/alpine:3.21 AS builder
1+
FROM public.ecr.aws/docker/library/alpine:3.22 AS builder
22

3-
ARG VERSION="2025.9.1"
3+
ARG VERSION="2025.10.0"
44

55
ARG TARGETARCH
66

77
ARG URL="https://github.com/cloudflare/cloudflared/releases/download/${VERSION}/cloudflared-linux-${TARGETARCH}"
88

99
RUN apk update && apk add curl && curl -L ${URL} -o cloudflared
1010

11-
FROM public.ecr.aws/docker/library/alpine:3.21
11+
FROM public.ecr.aws/docker/library/alpine:3.22
1212

1313
WORKDIR /usr/local/bin
1414

0 commit comments

Comments
 (0)