Skip to content

Commit b6d746a

Browse files
chore(deps): update golang docker tag to v1.25.4 (#964)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40ceaa4 commit b6d746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ! buildah containers --format "{{.ContainerName}}" | grep -q gobuilder-core;
1111
echo "Pulling Golang runtime..."
1212
golang_cache_path="${PWD}/.golang-cache"
1313
mkdir -vp "${golang_cache_path}/{mcache,bcache}"
14-
buildah from --name gobuilder-tmp docker.io/library/golang:1.25.3-bookworm
14+
buildah from --name gobuilder-tmp docker.io/library/golang:1.25.4-bookworm
1515
buildah config --env GOCACHE=/var/lib/misc/bcache --env GOMODCACHE=/var/lib/misc/mcache gobuilder-tmp
1616
buildah commit --rm gobuilder-tmp gobuilder-image
1717
buildah from --name gobuilder-core \

0 commit comments

Comments
 (0)