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 Sep 23, 2024
1 parent b3db4ca commit 0ca8be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ibm/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.47.1-jammy
FROM mcr.microsoft.com/playwright:v1.47.2-jammy

ENV CI=1 \
QT_X11_NO_MITSHM=1 \
Expand Down
2 changes: 1 addition & 1 deletion .rhdh/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Stage 1 - Build nodejs skeleton
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20:1)
# https://registry.access.redhat.com/ubi9/nodejs-20
FROM registry.access.redhat.com/ubi9/nodejs-20:1-59.1725906894 AS build
FROM registry.access.redhat.com/ubi9/nodejs-20:1-59.1726663413 AS build
# hadolint ignore=DL3002
USER 0

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Stage 1 - Build nodejs skeleton
# https://registry.access.redhat.com/ubi9/nodejs-20
FROM registry.access.redhat.com/ubi9/nodejs-20:1-59.1725906894 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-20:1-59.1726663413 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down

0 comments on commit 0ca8be5

Please sign in to comment.