diff --git a/Dockerfile b/Dockerfile index 4623a8d133f15ed406d573f5e4905977b208a401..24a2bf782a72bec1b9b1cdfc9046f888fbfabddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_IMAGE=ubi8 ARG BASE_TAG=8.2 -FROM vault:1.6.0 AS source +FROM vault:1.6.1 AS source FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="vault" \ org.opencontainers.image.description="Vault is a tool for securely accessing secrets." \ org.opencontainers.image.licenses="MPL-2.0" \ org.opencontainers.image.url="https://www.vaultproject.io/" \ - org.opencontainers.image.version="1.6.0" \ + org.opencontainers.image.version="1.6.1" \ maintainer="cht@dsop.io" COPY --from=source /bin/vault /bin/vault diff --git a/Jenkinsfile b/Jenkinsfile index c5df20e110e0f7d0eb9829b3fc48bcc691076f0f..6b36ee5c14edb60e1dab3669ceb4711b2ca32354 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,3 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "1.6.0") +dccscrPipeline(version: "1.6.1")