Skip to content

Commit 1718bb5

Browse files
chore(deps): update golang docker tag to v1.25.4
1 parent c65c8e9 commit 1718bb5

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)