Skip to content

Commit 2871b8d

Browse files
Update golang Docker tag to v1.24 (#991)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | golang | 1.23 | 1.24 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1406b65 commit 2871b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.14
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33
ARG VERSION
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)