Skip to content

Commit 531f181

Browse files
committed
chore(ci): bump fly to 7.14.2 and bosh cli to 7.9.13
1 parent f9506a0 commit 531f181

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1616
RUN 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
2020
RUN gem update --system

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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
{

0 commit comments

Comments
 (0)