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 42e45be commit 46b63e1Copy full SHA for 46b63e1
Dockerfile.builder
@@ -10,7 +10,7 @@ ARG TARGETARCH
10
ENV TZ=Etc/UTC
11
12
# renovate: datasource=golang-version depName=go
13
-ENV GO_VERSION=1.24.8
+ENV GO_VERSION=1.24.9
14
15
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
16
RUN apt-get update && \
0 commit comments