Skip to content

Commit 63759d6

Browse files
committed
Fix lsb_release name
1 parent 2343356 commit 63759d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN cargo install exa bat ripgrep typos-cli watchexec-cli
66

77
FROM ubuntu AS go
88

9-
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
9+
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com jammy main" | tee /etc/apt/sources.list.d/hashicorp.list
1010
RUN apt-get update && apt-get install --yes curl gcc
1111
# Install Go manually, so that we can control the version
1212
ARG GO_VERSION=1.20

0 commit comments

Comments
 (0)