Bump Ruby image to 3.1 and Helm version to 3.9.4

This commit is contained in:
iposadat 2023-11-17 23:21:20 +01:00
parent 2a12d51d94
commit 3dc943f331
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
danger:
extends: .build_static_image
gitlab-charts-build-base-helm-3.7:
gitlab-charts-build-base-helm-3.9:
extends: .build_static_image
gitlab-helm3.5-kubectl1.17:

View file

@ -1,7 +1,7 @@
FROM ruby:2.7.7-alpine
FROM ruby:3.1-alpine
MAINTAINER GitLab Distribution Team
ENV HELM_VERSION=3.7.2
ENV HELM_VERSION=3.9.4
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
ENV HELM_HOME=/root/.helm