Skip to content

Commit 2732bb9

Browse files
authored
chore: fix comment
1 parent 1d3da4d commit 2732bb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dogfood/contents/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,11 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
223223
tar xf lazygit.tar.gz -C /usr/local/bin lazygit
224224

225225
# Install doctl
226-
# See
226+
# See https://docs.digitalocean.com/reference/doctl/how-to/install
227227
RUN DOCTL_VERSION=$(curl -s "https://api.github.com/repos/digitalocean/doctl/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/') && \
228228
curl -L https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz -o doctl.tar.gz && \
229229
tar xf doctl.tar.gz -C /usr/local/bin doctl
230230

231-
232231
# Install frontend utilities
233232
ENV NVM_DIR=/usr/local/nvm
234233
ENV NODE_VERSION=20.16.0

0 commit comments

Comments
 (0)