diff --git a/debugging/Makefile b/debugging/Makefile index fe3a68f..578d8a3 100644 --- a/debugging/Makefile +++ b/debugging/Makefile @@ -1,5 +1,5 @@ # Golang EOL overview: https://endoflife.date/go -DOCKER_GOLANG_IMAGE ?= golang:1.20-bullseye +DOCKER_GOLANG_IMAGE ?= golang:1.25-bookworm # On ARM hosts, use: make ARCH=arm64 build-init # Check host architecture: uname -m