We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfe7f16 + d71aeae commit 2668a9fCopy full SHA for 2668a9f
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
&& mkdir -p /app/.config
22
23
24
-ARG GO_VERSION=1.24.0
+ARG GO_VERSION=1.24.1
25
RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz \
26
&& tar -C /usr/local -xzf go.tar.gz \
27
&& rm go.tar.gz \
0 commit comments