Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update docker base images
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Jan 17, 2025
1 parent 42bfa5c commit ba2ff3b
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ibm/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba2ff3b

Please sign in to comment.