diff --git a/Dockerfile b/Dockerfile index 0ea67fa..b596108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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 @@ -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"