mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Bump Ruby image to 3.1 and Helm version to 3.9.4
This commit is contained in:
parent
2a12d51d94
commit
3dc943f331
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
danger:
|
danger:
|
||||||
extends: .build_static_image
|
extends: .build_static_image
|
||||||
|
|
||||||
gitlab-charts-build-base-helm-3.7:
|
gitlab-charts-build-base-helm-3.9:
|
||||||
extends: .build_static_image
|
extends: .build_static_image
|
||||||
|
|
||||||
gitlab-helm3.5-kubectl1.17:
|
gitlab-helm3.5-kubectl1.17:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ruby:2.7.7-alpine
|
FROM ruby:3.1-alpine
|
||||||
MAINTAINER GitLab Distribution Team
|
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_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
|
||||||
ENV HELM_HOME=/root/.helm
|
ENV HELM_HOME=/root/.helm
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue