From 4488aedfc711224b91114861a75cbe3699756f1a Mon Sep 17 00:00:00 2001 From: Steven Terhar Date: Mon, 2 Nov 2020 20:58:15 +0000 Subject: [PATCH] Update GitLab to 13.5.2 Security Release --- Dockerfile | 2 +- Jenkinsfile | 2 +- build-scripts/build.sh | 2 +- download.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a1c419..6094d21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GITLAB_VERSION=v13.5.0-ubi8 +ARG GITLAB_VERSION=v13.5.2-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=redhat/ubi/ubi8 diff --git a/Jenkinsfile b/Jenkinsfile index d14f660..13718de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.5.0") +dccscrPipeline(version: "13.5.2") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index e52a70b..da272d2 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.5.0} +TAG=${1:-13.5.2} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/download.yaml b/download.yaml index 38818c4..340f4db 100644 --- a/download.yaml +++ b/download.yaml @@ -1,6 +1,6 @@ resources: - - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.0-ubi8/gitlab-ruby.tar.gz" + - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.2-ubi8/gitlab-ruby.tar.gz" filename: "gitlab-ruby.tar.gz" validation: type: "sha256" - value: "9324233ad987a4b0b1ed30586f96e7112cd1c8ec549e20c8f52726de54e73cfe" + value: "927388c93bd2c99c227df5ec9bc32b16b0c04fd6a08aafb2216bf3f679eca8af" -- GitLab