Skip to content

Commit

Permalink
Merge branch 'main' into S_D-t-MigrationWaves
Browse files Browse the repository at this point in the history
  • Loading branch information
sjd78 authored Nov 20, 2024
2 parents ea5abe4 + 9e1b026 commit 49c7228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - https://github.com/konveyor/tackle2-ui/pull/1781

# Builder image
FROM registry.access.redhat.com/ubi9/nodejs-20:1-59.1726663413 as builder
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5 as builder

USER 1001
COPY --chown=1001 . .
Expand All @@ -21,7 +21,7 @@ RUN \
npm run dist

# Runner image
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5

# Add ps package to allow liveness probe for k8s cluster
# Add tar package to allow copying files with kubectl scp
Expand Down

0 comments on commit 49c7228

Please sign in to comment.