Skip to content

Commit

Permalink
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>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 6bd09d9 commit 3c99c23
Show file tree
Hide file tree
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 \
Expand Down
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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c99c23

Please sign in to comment.