From 31f7744757948ba4528da8f10064a8a4993c6b29 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 26 Aug 2021 00:22:07 +0000 Subject: [PATCH] Update jenkins/jenkins Docker tag to v2.303.1 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 7420053..30eb728 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/jenkins/jenkins" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.289.3" +- "2.303.1" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://www.jenkins.io/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "jenkins" - org.opencontainers.image.version: "2.289.3" + org.opencontainers.image.version: "2.303.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "cicd" ## This value can be "opensource" or "commercial" -- GitLab