aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rootless
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.rootless')
-rw-r--r--Dockerfile.rootless2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.rootless b/Dockerfile.rootless
index be6f125104..b74dfa58e0 100644
--- a/Dockerfile.rootless
+++ b/Dockerfile.rootless
@@ -1,5 +1,5 @@
# Build stage
-FROM docker.io/library/golang:1.23-alpine3.21 AS build-env
+FROM docker.io/library/golang:1.24-alpine3.21 AS build-env
ARG GOPROXY
ENV GOPROXY=${GOPROXY:-direct}