diff --git a/Dockerfile.gitlab-charts-build-base b/Dockerfile.gitlab-charts-build-base index 5b56485..c2a54eb 100644 --- a/Dockerfile.gitlab-charts-build-base +++ b/Dockerfile.gitlab-charts-build-base @@ -1,7 +1,7 @@ FROM ruby:2.6.5-alpine MAINTAINER GitLab Distribution Team -ENV HELM_VERSION=2.16.1 +ENV HELM_VERSION=2.16.9 ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz ENV HELM_HOME=/root/.helm diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index 974c0e1..1243bbe 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -37,7 +37,7 @@ YARN_INSTALL_VERSION=1.21.1-1 # Install yamllint # We need the latest version # https://packages.debian.org/testing/yamllint -YAMLLINT_VERSION=1.23.0 +YAMLLINT_VERSION=1.24.2 echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list.d/testing.list apt update apt -t testing install -yq yamllint=${YAMLLINT_VERSION}-1