Skip to content

Commit 72ddb63

Browse files
Update golang Docker tag to v1.24.6
1 parent d04a59d commit 72ddb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1.15.1
22

3-
FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine AS builder
44
WORKDIR /build
55
RUN --mount=type=cache,target=/etc/apk/cache apk --update-cache add tzdata
66
COPY --link . .

0 commit comments

Comments
 (0)