diff --git a/Dockerfile.local b/Dockerfile.local index eda9d6899f..7c96b1f8db 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -ARG GOLANG=golang:1.24.4-alpine3.21 +ARG GOLANG=golang:1.24.4-alpine3.22 FROM ${GOLANG} AS infra RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget ca-certificates jq linux-headers \