We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa809 commit e4bbaebCopy full SHA for e4bbaeb
dogfood/coder/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo install typos-cli watchexec-cli && \
9
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go
10
11
# Install Go manually, so that we can control the version
12
-ARG GO_VERSION=1.22.12
+ARG GO_VERSION=1.24.1
13
14
# Boring Go is needed to build FIPS-compliant binaries.
15
RUN apt-get update && \
0 commit comments