Skip to content

Commit d99c5f8

Browse files
chore(deps): update docker base images
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64ffefb commit d99c5f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.ibm/images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image from Microsoft Playwright
2-
FROM mcr.microsoft.com/playwright:v1.47.2-jammy
2+
FROM mcr.microsoft.com/playwright:v1.49.1-jammy
33

44
# Set environment variables for the container
55
ENV CI=1 \

.rhdh/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Stage 1 - Build nodejs skeleton
2424
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20:1)
2525
# https://registry.access.redhat.com/ubi9/nodejs-20
26-
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1736455676 AS build
26+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1737421648 AS build
2727
# hadolint ignore=DL3002
2828
USER 0
2929

docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.7-labs
1+
# syntax=docker/dockerfile:1.13-labs
22

33
# THIS IS USED BY Konflux builds >= 1.4
44
# TODO verify this works with Cachi2 once we enable that, or switch to use ../.rhdh/docker/Dockerfile as input
@@ -24,7 +24,7 @@
2424

2525
# Stage 1 - Build nodejs skeleton
2626
# https://registry.access.redhat.com/ubi9/nodejs-20
27-
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1733148170 AS skeleton
27+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1737421648 AS skeleton
2828
# hadolint ignore=DL3002
2929
USER 0
3030

@@ -200,7 +200,7 @@ RUN "$YARN" workspaces focus --all --production && \
200200

201201
# Stage 5 - Build the runner image
202202
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
203-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1730525319 AS runner
203+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1736729465 AS runner
204204
USER 0
205205

206206
# Upstream only

0 commit comments

Comments
 (0)