Skip to content

Commit a2d4a88

Browse files
chore(deps): update golang docker tag to v1.24 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 798a007 commit a2d4a88

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,7 +1,7 @@
11
# =========================================
22
# Build stage
33
# =========================================
4-
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.21 as build
4+
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.21 as build
55

66
ARG TARGETOS
77
ARG TARGETARCH

0 commit comments

Comments
 (0)