8000
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 5d853fc commit 7b33ab0Copy full SHA for 7b33ab0
dogfood/contents/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.5
+ARG GO_VERSION=1.22.8
13
14
# Boring Go is needed to build FIPS-compliant binaries.
15
RUN apt-get update && \
0 commit comments