Skip to content

Commit f4fa685

Browse files
Merge pull request #506 from GenomicDataInfrastructure/renovate/registry.access.redhat.com-ubi9-nodejs-20-minimal-9.x
chore(deps): update registry.access.redhat.com/ubi9/nodejs-20-minimal docker tag to v9
2 parents e34fb2c + abcc901 commit f4fa685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
exit-code: "1"
8484
ignore-unfixed: true
8585
vuln-type: "os,library"
86-
severity: "CRITICAL"
86+
severity: "CRITICAL,HIGH"
8787
env:
8888
TRIVY_SKIP_DB_UPDATE: true
8989
TRIVY_SKIP_JAVA_DB_UPDATE: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 PNED G.I.E.
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1726695170 AS base
4+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1731656856 AS base
55

66
# Install dependencies only when needed
77
FROM base AS deps

0 commit comments

Comments
 (0)