From 2ea3ea9f468c703312c929ed8866af5cbf8d8474 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 14:43:32 +0000
Subject: [PATCH] chore(deps): update docker base images
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.ibm/images/Dockerfile | 2 +-
docker/Dockerfile | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.ibm/images/Dockerfile b/.ibm/images/Dockerfile
index 92c1d6c9ce..77984ce9df 100644
--- a/.ibm/images/Dockerfile
+++ b/.ibm/images/Dockerfile
@@ -1,5 +1,5 @@
# Base image from Microsoft Playwright
-FROM mcr.microsoft.com/playwright:v1.47.2-jammy
+FROM mcr.microsoft.com/playwright:v1.49.1-jammy
# Set environment variables for the container
ENV CI=1 \
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 63b1132d01..b5957ceb3a 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-# syntax=docker/dockerfile:1.7-labs
+# syntax=docker/dockerfile:1.12-labs
# THIS IS USED BY Konflux builds >= 1.4
# TODO verify this works with Cachi2 once we enable that, or switch to use ../.rhdh/docker/Dockerfile as input
@@ -24,7 +24,7 @@
# Stage 1 - Build nodejs skeleton
# https://registry.access.redhat.com/ubi9/nodejs-20
-FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1733148170 AS skeleton
+FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1736455676 AS skeleton
# hadolint ignore=DL3002
USER 0
@@ -200,7 +200,7 @@ RUN "$YARN" workspaces focus --all --production && \
# Stage 5 - Build the runner image
# https://registry.access.redhat.com/ubi9/nodejs-20-minimal
-FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1730525319 AS runner
+FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1736729465 AS runner
USER 0
# Upstream only