Skip to content

Commit 79dc3df

Browse files
committed
use RH based images
Signed-off-by: Ryan Cook <[email protected]>
1 parent a00c027 commit 79dc3df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:22-alpine
1+
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1730543890
22

3-
WORKDIR /app
3+
WORKDIR /opt/app-root/src
44

55
COPY package*.json ./
66
RUN npm install

Containerfile.ps

147 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)