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 d98d3e8 commit fe48124Copy full SHA for fe48124
dogfood/coder/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo install exa bat ripgrep 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.8
+ARG GO_VERSION=1.22.12
13
14
# Boring Go is needed to build FIPS-compliant binaries.
15
RUN apt-get update && \
go.mod
@@ -1,6 +1,6 @@
1
module github.com/coder/coder/v2
2
3
-go 1.22.9
+go 1.22.12
4
5
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
// None of our dependencies seem to use the registries anyways, so this
0 commit comments