Skip to content

Commit 254ed3c

Browse files
committed
image: use golang builder 1.25
Update to latest golang version (2025-08-12). Signed-off-by: Shachar Sharon <[email protected]>
1 parent 8d42d64 commit 254ed3c

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
ARG BASE_IMG="quay.io/samba.org/samba-server:latest"
22

33
# Build smbmetrics
4-
FROM docker.io/golang:1.24 AS builder
4+
FROM docker.io/golang:1.25 AS builder
55
ARG GIT_VERSION="(unset)"
66
ARG COMMIT_ID="(unset)"
77
ARG ARCH=""

0 commit comments

Comments
 (0)