Skip to content

Commit

Permalink
build: upgrade the docker file node to 18
Browse files Browse the repository at this point in the history
KK-1017
  • Loading branch information
nikomakela committed Sep 28, 2023
1 parent bbdf508 commit 31c7243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===============================================
FROM registry.access.redhat.com/ubi8/nodejs-14 as appbase
FROM registry.access.redhat.com/ubi9/nodejs-18 as appbase
# ===============================================
# install yarn
USER root
Expand Down

0 comments on commit 31c7243

Please sign in to comment.