Skip to content

Commit

Permalink
chore: #55 Upgrade to latest UBI9
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Oct 21, 2024
1 parent 5638537 commit 1b30eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/nodejs-14-minimal:1-11
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-129.1726695172

MAINTAINER Laurent Broudoux <[email protected]>

Expand All @@ -13,8 +13,8 @@ WORKDIR ${APP_ROOT}
USER root

# install git lib
RUN microdnf install curl ca-certificates git \
&& microdnf update \
RUN microdnf install ca-certificates git -y \
&& microdnf update -y \
&& microdnf clean all

# frontend
Expand Down

0 comments on commit 1b30eeb

Please sign in to comment.