diff --git a/Dockerfile b/Dockerfile index 48e772e9f274063e04c3302ccde6523a15d4351d..18730d925f829da7125061781389d0aadd57ce03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14 ARG BASE_TAG=14.17.0 -FROM renovate/renovate:25.34.3-slim as builder +FROM renovate/renovate:25.35.5 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 7b2a727f0952e8907aa62b3852c022f46cfc5873..9067e8cb9cd073d176982ede058744364d86778f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "container-hardening-tools/renovate/renovate" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "25.34.3" +- "25.35.5" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/renovatebot/renovate" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "WhiteSource" - org.opencontainers.image.version: "25.34.3" + org.opencontainers.image.version: "25.35.5" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "automation,dependency,updates" ## 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: renovate/renovate:25.34.3-slim - url: docker://docker.io/renovate/renovate@sha256:c36d07c5bf1ea24e00ffeeb09723f219305f5921eea7559405884bb506a84478 +- tag: renovate/renovate:25.35.5 + url: docker://docker.io/renovate/renovate@sha256:660607484713606ab1c910ec2cc62070e7135c3cb93669890493b35c298c2faf - filename: helm-docs.tar.gz url: https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_Linux_x86_64.tar.gz validation: @@ -57,7 +57,7 @@ resources: # List of project maintainers maintainers: -- name: "Sean Melissari" - username: "sean.melissari" - email: "melissari_sean@bah.com" +- name: "Alozie Obuh" + username: "obuh.alozie" + email: "obuh.aloze@solute.us" cht_member: true diff --git a/renovate.json b/renovate.json index 95e46d44ff5e122b9171be453d125853cdf41448..5d91e552e565492f762dc078d860796385a73980 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@sean.melissari" + "@obuh.alozie" ], "baseBranches": [ "development"