Skip to content

Commit

Permalink
restore version without v
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed May 31, 2023
1 parent dfc3d9c commit a99cafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bosh-cli-v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ruby:3.1-slim-bullseye

# renovate: datasource=github-release-attachments depName=mikefarah/yq versionPrefix=v
ENV YQ_VERSION v4.33.3
ENV YQ_VERSION 4.33.3
ENV YQ_SUM 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
ENV YQ_FILENAME yq_linux_amd64
ENV YQ_REPO github.com/mikefarah/yq
RUN wget -nv https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_FILENAME} \
RUN wget -nv https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_FILENAME} \
&& echo "${YQ_SUM} ${YQ_FILENAME}" | sha256sum -c - \
&& chmod +x ${YQ_FILENAME} \
&& mv ${YQ_FILENAME} /usr/local/bin/yq

0 comments on commit a99cafb

Please sign in to comment.