Skip to content

Commit e3f7c08

Browse files
committed
chore: updated node image to nodejs18
1 parent d28b27a commit e3f7c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM registry.access.redhat.com/ubi8/nodejs-16 AS deps
2+
FROM registry.access.redhat.com/ubi9/nodejs-18 AS deps
33
USER 0
44
WORKDIR /app
55

0 commit comments

Comments
 (0)