Bump alpine version in Dockerfile.local

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2025-07-14 23:26:23 +00:00
committed by Brad Davidson
parent d87ef8a202
commit cf2ef56313

View File

@@ -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 \