We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65c8e9 commit 1718bb5Copy full SHA for 1718bb5
core/build-image.sh
@@ -11,7 +11,7 @@ if ! buildah containers --format "{{.ContainerName}}" | grep -q gobuilder-core;
11
echo "Pulling Golang runtime..."
12
golang_cache_path="${PWD}/.golang-cache"
13
mkdir -vp "${golang_cache_path}/{mcache,bcache}"
14
- buildah from --name gobuilder-tmp docker.io/library/golang:1.25.3-bookworm
+ buildah from --name gobuilder-tmp docker.io/library/golang:1.25.4-bookworm
15
buildah config --env GOCACHE=/var/lib/misc/bcache --env GOMODCACHE=/var/lib/misc/mcache gobuilder-tmp
16
buildah commit --rm gobuilder-tmp gobuilder-image
17
buildah from --name gobuilder-core \
0 commit comments