Skip to content

Commit

Permalink
Bump to ruby 3.1
Browse files Browse the repository at this point in the history
Authored-by: Seth Boyles <[email protected]>
  • Loading branch information
sethboyles authored and MerricdeLauney committed Jul 19, 2022
1 parent 210bb53 commit e3406c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion capi-migration-compatibility/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0-buster
FROM ruby:3.1-buster

ENV bosh_cli_version 7.0.1
ENV bbl_version 7.2.12
Expand Down
3 changes: 2 additions & 1 deletion capi-ruby-units/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0-buster
FROM ruby:3.1-buster
MAINTAINER https://github.com/cloudfoundry/capi-dockerfiles

RUN set -ex \
Expand Down Expand Up @@ -43,6 +43,7 @@ RUN set -ex \
RUN set -ex \
&& wget https://raw.githubusercontent.com/cloudfoundry/cloud_controller_ng/main/Gemfile.lock \
&& wget https://raw.githubusercontent.com/cloudfoundry/cloud_controller_ng/main/Gemfile \
&& bundle config set --local without 'development'
&& bundle install \
&& rm Gemfile \
&& rm Gemfile.lock \
Expand Down
2 changes: 1 addition & 1 deletion capi-runtime-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0-buster
FROM ruby:3.1-buster

ENV bosh_cli_version 7.0.1

Expand Down

0 comments on commit e3406c1

Please sign in to comment.