Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(dogfood/coder/Dockerfile): revert bump of Go version in dogfood…
… Dockerfile
  • Loading branch information
johnstcn committed Mar 24, 2025
commit d98d3e869d89ae23fc575125d50abeeb1c60b135
2 changes: 1 addition & 1 deletion dogfood/coder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli && \
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS go

# Install Go manually, so that we can control the version
ARG GO_VERSION=1.24.1
ARG GO_VERSION=1.22.8

# Boring Go is needed to build FIPS-compliant binaries.
RUN apt-get update && \
Expand Down