Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/nodejs-20 docker …
Browse files Browse the repository at this point in the history
…tag to v1-48.1720017855

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 6, 2024
1 parent 213dcdc commit b75ebc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rhdh/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Stage 1 - Build nodejs skeleton
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20:1)
FROM registry.access.redhat.com/ubi9/nodejs-20:1-48.1719561324 AS build
FROM registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855 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 @@ -19,7 +19,7 @@
# 4. add Brew metadata

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

Expand Down
2 changes: 1 addition & 1 deletion docker/prow.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This Dockerfile used to run tests on OpenShift CI (Prow)

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

Expand Down

0 comments on commit b75ebc5

Please sign in to comment.