From 55f1e852e8bf5a13f1058d62ba3d3021a1402571 Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Thu, 2 Sep 2021 22:00:58 +0000 Subject: [PATCH] Update hardening_manifest.yaml, Dockerfile files --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d49116..b4f69f9 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 84fe893..8368ef0 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 -- GitLab