Skip to content

Commit

Permalink
Merge pull request #324 from alphagov/186260603-support_new_aws_vm_ty…
Browse files Browse the repository at this point in the history
…pe_disks

bumped aws cpi 99->101
  • Loading branch information
jackjoy-gds committed Jan 2, 2024
2 parents 9d7b912 + 636fdcc commit 10f7bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bosh-cli-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV BOSH_ENV_DEPS "build-essential zlibc zlib1g-dev openssl libxslt1-dev \

# These versions are used for caching so that we don't have to rebuild the cpi each time
# we do the bosh-deploy. This will save around 3-4 mins each deploy
ENV BOSH_AWS_CPI_URL https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=99
ENV BOSH_AWS_CPI_CHECKSUM ffc4a06d6728d88eb108418f886f46428c2a1bf2
ENV BOSH_AWS_CPI_URL https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=101
ENV BOSH_AWS_CPI_CHECKSUM 12d320570e00636f1e455e588e0462465b02d86a

RUN apt-get update \
&& apt-get -y upgrade \
Expand Down

0 comments on commit 10f7bb5

Please sign in to comment.