Skip to content

Commit

Permalink
chore(deps): update dockerfile image (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-tsao authored Dec 10, 2024
1 parent d871ec6 commit ab08160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rhdh/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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:9.5-1731603589 AS build
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1733148170 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 @@ -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-1731603589 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1733148170 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down

0 comments on commit ab08160

Please sign in to comment.