diff --git a/Dockerfile b/Dockerfile index e640de0703214586d203722f44c8cd298435bf4a..1141364f2f9bbcd21f8f95b9ee5b60b8f9335f35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -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=gitlab/gitlab/gitlab-ruby -ARG BASE_TAG=13.5.0 +ARG BASE_TAG=13.5.2 ARG RUBY_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/Jenkinsfile b/Jenkinsfile index d14f660529ff77bb59e13d3cd6da56eaed3822fc..13718dea22721a9ac9dcf96b6f3acb9135cecccb 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 26dad113637d79f242a1f2ef091b55bce79f6010..398ad2965ea3a567d12c30141b052457c0d64f2d 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 523c6caf9f694764af7d3291abffd88b13175672..9f51855305f141ade27555a29ff5b7f1ae48ff05 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-mailroom.tar.gz" + - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.2-ubi8/gitlab-mailroom.tar.gz" filename: "gitlab-mailroom.tar.gz" validation: type: "sha256" - value: "6d0cfe1d60387ced982b8fe2aa8157375f53ceaabb60a1899b08a3a89283534e" + value: "2b01b5f83ddcb1516af1fcf003fea93282b57938bd628c52a12368fd471cf6a5"