Skip to content

Commit b1eca80

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

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-1752540070 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-1752540070 AS builder
44

55
# Copy package files first for better caching
66
COPY package*.json ./

0 commit comments

Comments
 (0)