diff --git a/Dockerfile b/Dockerfile index bc4590292fb76dc6b33dc21229a63df5f6cb098b..d51de7bbf3802a531236a76e5e971278e56d3ec0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 ARG BASE_TAG=12.22.1 -FROM lovasoa/wbo:1.11.0 as base +FROM lovasoa/wbo:1.12.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5947d95eefcf2c9ea999b32dd2d565684be7041a..b879243c61714be5a3c84bf3623623417d75a590 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/lovasoa/wbo" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.11.0" +- "1.12.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/lovasoa/whitebophir" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "lovasoa" - org.opencontainers.image.version: "1.11.0" + org.opencontainers.image.version: "1.12.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: lovasoa/wbo:1.11.0 - url: docker://docker.io/lovasoa/wbo@sha256:249c4a1ae0a8f5000a639e65a9a31dd2ffa84bb6e9904c18d4856a6a8575cc25 +- tag: lovasoa/wbo:1.12.0 + url: docker://docker.io/lovasoa/wbo@sha256:bcd26a5b9764aa12f59422541cdcd6a6534b45dd33dd78577f552008fe3b90e5 # List of project maintainers maintainers: diff --git a/renovate.json b/renovate.json index 447d8aa5b8834200a675fec66c97c862efab9710..1620ea2b0000647f62b216da2dc4f90330a8b7a1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@vickie.shen" + "@shen_vickie" ], "baseBranches": [ "development"