From 990175a2b708ad81e74734daa31b6f6677286b83 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 23 Nov 2023 15:59:31 +0100 Subject: [PATCH] Build container with NodeJS 14 Fixes: bf8d0dc5eb1d ("Test Github Actions with NodeJS 14") --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5acd302130..b5e8fe1571d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base container that is used for both building and running the app FROM quay.io/centos/centos:stream8 as base ARG RUBY_VERSION="2.7" -ARG NODEJS_VERSION="12" +ARG NODEJS_VERSION="14" ENV FOREMAN_FQDN=foreman.example.com ENV FOREMAN_DOMAIN=example.com