We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a7cb0 commit 2871c7bCopy full SHA for 2871c7b
Dockerfile
@@ -12,7 +12,7 @@ ARG CONCOURSE_SHA256=dd1e5f94214632a09ce07426c2392ab8803ae8b307c0ba5436239e9b67d
12
# https://github.com/cloudfoundry/bosh-cli/releases
13
# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
14
ARG BOSH_CLI_VERSION=7.9.6
15
-ARG BOSH_CLI_SHA256=7f992ac1e2217b3dbecc9338861f1654f3425e339b68f6a72bc05195ebfecc00
+ARG BOSH_CLI_SHA256=db596057337526f384103f4cb5b88e12bea9653e9951b291acdf25e97638f26f
16
17
RUN apt-get update && \
18
apt-get -y install tree vim netcat-traditional dnsutils jq
@@ -58,4 +58,4 @@ FROM ci_image AS test_ci_image
58
RUN bosh --version && fly --version && cc-test-reporter --version && gh-md-toc --version
59
60
61
-FROM ci_image
+FROM ci_image
0 commit comments