Skip to content

Commit a0979a0

Browse files
chore(deps): update registry.access.redhat.com/ubi9/nodejs-22 docker tag to v9.6-1761057796
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 608cfe2 commit a0979a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1746535891 as builder
1+
FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1761057796 as builder
22

33
USER root
44

Dockerfile.hermetic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi-stage build for hermetic frontend build
22
# Stage 1: Build stage
3-
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1746535891 AS builder
3+
FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1761057796 AS builder
44

55
# Additional arguments to be appended for `npm ci`, e.g. "--legacy-peer-deps"
66
ARG NPM_CI_ARGS=

0 commit comments

Comments
 (0)