diff --git a/Dockerfile b/Dockerfile index fa863ebb3e86404e7dcf97f918f15e167b559a29..3b9e8b41e9df70fba65b9c473118fb971b0fc265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG GITLAB_VERSION=v13.0.4-ubi8 +ARG GITLAB_VERSION=v13.0.5-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails -ARG BASE_TAG=13.0.4 +ARG BASE_TAG=13.0.5 ARG RAILS_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/Jenkinsfile b/Jenkinsfile index 42d250f0f3ef5d225f308800a6162457ccf32cb9..88bdfcc793ce7e545dc3cf75a08839e9bcdd6d93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "13.0.4") +dccscrPipeline(version: "13.0.5") diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 180f73245abecada1f92ff60287b8b8d104ee09a..70909a32836ccdeb220735f73ab188aaed24a4a9 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-13.0.4} +TAG=${1:-13.0.5} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""}