Skip to content

Commit

Permalink
DOCTL_VERSION=1.115.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Oct 4, 2024
1 parent c7bc9a0 commit 79278d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-he
RUN helm plugin install https://github.com/hypnoglow/helm-s3.git

# Digital Ocean CLI (doctl)
RUN DOCTL_VERSION=1.104.0 && \
RUN DOCTL_VERSION=1.115.0 && \
wget https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz && \
tar xf ./doctl-${DOCTL_VERSION}-linux-amd64.tar.gz && \
mv ./doctl /usr/local/bin && \
Expand Down

0 comments on commit 79278d7

Please sign in to comment.