Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 7, 2025
1 parent 8400cd3 commit 2ec9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:labs
FROM --platform=${BUILDPLATFORM} golang:1.23.4-alpine3.21 AS build
ARG CLOUDFLARED_VERSION=2024.12.2
ARG CLOUDFLARED_VERSION=2025.1.0

RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates git build-base bash && \
Expand Down

0 comments on commit 2ec9de6

Please sign in to comment.