Skip to content

Commit

Permalink
(HP-2047) Change nodejs image source to redhat
Browse files Browse the repository at this point in the history
  • Loading branch information
Riippi committed Feb 7, 2024
1 parent 99f5c51 commit 873aeeb
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 helsinkitest/node:16-slim as appbase
FROM registry.access.redhat.com/ubi8/nodejs-16-minimal as appbase
# ===============================================
# Offical image has npm log verbosity as info. More info - https://github.com/nodejs/docker-node#verbosity
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down

0 comments on commit 873aeeb

Please sign in to comment.