File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ FROM ruby:3.4.4 AS ci_image
55# dd1e5f94214632a09ce07426c2392ab8803ae8b307c0ba5436239e9b67d01c52 fly-7.12.1-linux-amd64.tgz
66# https://github.com/concourse/concourse/releases/
77# renovate: datasource=github-releases depName=concourse/concourse
8- ARG CONCOURSE_VERSION=7.12.1
9- ARG CONCOURSE_SHA256=dd1e5f94214632a09ce07426c2392ab8803ae8b307c0ba5436239e9b67d01c52
8+ ARG CONCOURSE_VERSION=7.14.2
9+ ARG CONCOURSE_SHA256=a3b12d67f05d6328639c325ba48f94db7605adcd4a56bf7f3fddba25c36550fc
1010
1111# https://github.com/cloudfoundry/bosh-cli/releases
1212# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
13- ARG BOSH_CLI_VERSION=7.9.8
14- ARG BOSH_CLI_SHA256=2e7384092d185a1c351f305cc12f35c8117023541d2a3c8a208eca7fbd12678f
13+ ARG BOSH_CLI_VERSION=7.9.13
14+ ARG BOSH_CLI_SHA256=45a90b63565fd929b9d642c879900bc476aa29a6a8fa2d91879621acbe473c48
1515
1616RUN apt-get update \
17- && apt-get -y install tree vim netcat-traditional dnsutils jq
17+ && apt-get -y install --no-install-recommends tree vim netcat-traditional dnsutils jq
1818
1919# install cf-ops-automation Gemfile
2020RUN gem update --system
Original file line number Diff line number Diff line change 5757 description : "Bosh stemcell available on bosh.io" ,
5858 matchManagers : [ 'regex' ] ,
5959 matchDepNames : [ 'cloudfoundry/bosh-linux-stemcell-builder' ] ,
60- matchCurrentAge : "> 2 months" , // wait for 2 months before updating stemcell on COA-CI
60+ matchCurrentAge : "> 1 months" , // wait for 1 months before updating stemcell on COA-CI
6161 addLabels : [ 'type/bosh-stemcell' , 'jammy' ]
6262 } ,
6363 {
You can’t perform that action at this time.
0 commit comments