Skip to content

Commit

Permalink
chore(deps): update dependency ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2023
1 parent 4f6c01a commit 4449bfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.2
2 changes: 1 addition & 1 deletion bosh-cli-v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-slim-bullseye
FROM ruby:3.2-slim-bullseye

# renovate: datasource=github-release depName=cloudfoundry/bosh-cli
ENV BOSH_CLI_VERSION 7.2.3
Expand Down
2 changes: 1 addition & 1 deletion cf-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-alpine3.18
FROM ruby:3.2-alpine3.18

ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make"
# renovate: datasource=github-release depName=cloudfoundry/cli
Expand Down
2 changes: 1 addition & 1 deletion k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-slim
FROM ruby:3.2-slim

# we use libc6 instead of libc6-compat as we do not use alpine base image
ENV PACKAGES "unzip curl openssl ca-certificates git libc6 bash jq gettext"
Expand Down

0 comments on commit 4449bfb

Please sign in to comment.