Skip to content

Commit 2871c7b

Browse files
committed
Update Dockerfile
chore(renovate): manual bosh sha256 bump Signed-off-by: Olivier Orand <[email protected]>
1 parent 16a7cb0 commit 2871c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG CONCOURSE_SHA256=dd1e5f94214632a09ce07426c2392ab8803ae8b307c0ba5436239e9b67d
1212
# https://github.com/cloudfoundry/bosh-cli/releases
1313
# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
1414
ARG BOSH_CLI_VERSION=7.9.6
15-
ARG BOSH_CLI_SHA256=7f992ac1e2217b3dbecc9338861f1654f3425e339b68f6a72bc05195ebfecc00
15+
ARG BOSH_CLI_SHA256=db596057337526f384103f4cb5b88e12bea9653e9951b291acdf25e97638f26f
1616

1717
RUN apt-get update && \
1818
apt-get -y install tree vim netcat-traditional dnsutils jq
@@ -58,4 +58,4 @@ FROM ci_image AS test_ci_image
5858
RUN bosh --version && fly --version && cc-test-reporter --version && gh-md-toc --version
5959

6060

61-
FROM ci_image
61+
FROM ci_image

0 commit comments

Comments
 (0)