Skip to content

Commit

Permalink
Merge pull request #506 from GenomicDataInfrastructure/renovate/regis…
Browse files Browse the repository at this point in the history
…try.access.redhat.com-ubi9-nodejs-20-minimal-9.x

chore(deps): update registry.access.redhat.com/ubi9/nodejs-20-minimal docker tag to v9
  • Loading branch information
brunopacheco1 authored Nov 20, 2024
2 parents e34fb2c + abcc901 commit f4fa685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
exit-code: "1"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL"
severity: "CRITICAL,HIGH"
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2024 PNED G.I.E.
#
# SPDX-License-Identifier: Apache-2.0
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1726695170 AS base
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1731656856 AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit f4fa685

Please sign in to comment.