Skip to content

Commit

Permalink
chore(deps): update docker base images (janus-idp#1319)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 5d3784b commit b17e17f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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-44.1716477801 AS build
FROM registry.access.redhat.com/ubi9/nodejs-20:1-44.1717085241 AS build
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -179,7 +179,7 @@ RUN $YARN install --frozen-lockfile --production --network-timeout 600000

# Stage 5 - Build the runner image
#@follow_tag(registry.access.redhat.com/ubi9/nodejs-20-minimal:1)
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-47.1716472878 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-47.1717076367 AS runner
USER 0

ENV CONTAINER_SOURCE=/opt/app-root/src
Expand Down
4 changes: 2 additions & 2 deletions 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-44.1716477801 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-20:1-44.1717085241 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -104,7 +104,7 @@ COPY $EXTERNAL_SOURCE_NESTED/dynamic-plugins.default.yaml ./
RUN $YARN install --frozen-lockfile --production --network-timeout 600000

# Stage 5 - Build the runner image
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-47.1716472878 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-47.1717076367 AS runner
USER 0

ENV CONTAINER_SOURCE=/opt/app-root/src
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-44.1716477801 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-20:1-44.1717085241 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down

0 comments on commit b17e17f

Please sign in to comment.