File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.24
1+ FROM golang:1.25
22
33# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
44# for the latest gh install instructions when the below didn't work
55
66RUN type -p curl >/dev/null || (apt update && apt install curl -y)
77
88RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
9- && chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
10- && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
11- && apt update \
12- && apt install gh -y
9+ && chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
10+ && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
11+ && apt update \
12+ && apt install gh -y
1313
1414ARG HELM_DIFF_UID
1515
You can’t perform that action at this time.
0 commit comments