diff --git a/Dockerfile b/Dockerfile index 1d4911686324e588c2470a09ef687cb4d787b661..b4f69f971aa7b4e4899c5f01a83d6e204d74691c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 -ARG BASE_TAG=12.22.5 +ARG BASE_TAG=12.22.6 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 84fe893a79cc10d1e1ed96d8555dd56d550b52f1..8368ef02be59ed4c290099990246c374a7be3090 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,13 +8,13 @@ name: "cypress/base-nodejs12" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "12.22.5" +- "12.22.6" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "opensource/nodejs/nodejs12" - BASE_TAG: "12.22.5" + BASE_TAG: "12.22.6" # Docker image labels labels: @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/cypress-io/cypress-docker-images/tree/master/base" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Cypress" - org.opencontainers.image.version: "12.22.5" + org.opencontainers.image.version: "12.22.6" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -38,10 +38,10 @@ labels: # List of resources to make available to the offline build context resources: - filename: yarn.tar.gz - url: https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz + url: https://github.com/yarnpkg/yarn/releases/download/v1.22.11/yarn-v1.22.11.tar.gz validation: type: sha256 - value: 7e433d4a77e2c79e6a7ae4866782608a8e8bcad3ec6783580577c59538381a6e + value: 2c320de14a6014f62d29c34fec78fdbb0bc71c9ccba48ed0668de452c1f5fe6c # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist