Skip to content

Commit cf41784

Browse files
committed
manually bump fly sha256
Signed-off-by: Olivier Orand <olivier.orand@orange.com>
1 parent 522f48d commit cf41784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ruby:3.4.4 AS ci_image
66
# https://github.com/concourse/concourse/releases/
77
# renovate: datasource=github-releases depName=concourse/concourse
88
ARG CONCOURSE_VERSION=7.14.3
9-
ARG CONCOURSE_SHA256=a3b12d67f05d6328639c325ba48f94db7605adcd4a56bf7f3fddba25c36550fc
9+
ARG CONCOURSE_SHA256=b32f64e429e477fcfdcceb7c70a3378fee592377453106d944327cf87d78045e
1010

1111
# https://github.com/cloudfoundry/bosh-cli/releases
1212
# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
@@ -65,4 +65,4 @@ FROM ci_image AS test_ci_image
6565
RUN ruby --version && bosh --version && fly --version && qlty --version && gh-md-toc --version
6666

6767

68-
FROM ci_image
68+
FROM ci_image

0 commit comments

Comments
 (0)