We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04a59d commit 72ddb63Copy full SHA for 72ddb63
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax = docker/dockerfile:1.15.1
2
3
-FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine AS builder
4
WORKDIR /build
5
RUN --mount=type=cache,target=/etc/apk/cache apk --update-cache add tzdata
6
COPY --link . .
0 commit comments