diff --git a/cf-cli/Dockerfile b/cf-cli/Dockerfile index f3e760a6..45e30e1f 100644 --- a/cf-cli/Dockerfile +++ b/cf-cli/Dockerfile @@ -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