Skip to content

Commit

Permalink
Updates dockerfile base image version
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund committed Jul 3, 2024
1 parent 237269a commit 897b912
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/ubi9/nodejs-18:1-70.1695740477 AS builder
FROM registry.access.redhat.com/ubi9/nodejs-18:1-112.1719561319 AS builder

WORKDIR /opt/app-root/src

Expand All @@ -9,7 +9,7 @@ RUN mkdir -p /opt/app-root/src/node_modules && \
npm ci && \
npm run build

FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1695740477
FROM registry.access.redhat.com/ubi9/nodejs-18:1-112.1719561319

## Uncomment the below lines to update image security content if any
# USER root
Expand All @@ -18,7 +18,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1695740477
LABEL name="ibm/template-node-typescript" \
vendor="IBM" \
version="1" \
release="67" \
release="112" \
summary="This is an example of a container image." \
description="This container image will deploy a Typescript Node App"

Expand Down

0 comments on commit 897b912

Please sign in to comment.