From 453e75705beda661e16dbbde62c63c6ed72a1ad8 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 24 Feb 2021 01:01:58 +0000 Subject: [PATCH] Update node Docker tag to v10.24 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7fdf91..d547671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.3 -FROM node:10.23 as base +FROM node:10.24 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index ac23f18..ba150ae 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: node:10.23 - url: docker://docker.io/library/node@sha256:69c6890c8dc83f1cf0b1e5120a918180ed3c1e08b43c981d595377f3462ffcc8 +- tag: node:10.24 + url: docker://docker.io/library/node@sha256:edf393d8c2b2ba07ec11c7808e5ef7b88374e36b6186aa7b7c0e8571f818b387 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab