Skip to content

Commit 8bd953d

Browse files
ekohlevgeni
authored andcommitted
Build container with NodeJS 14
Fixes: bf8d0dc ("Test Github Actions with NodeJS 14")
1 parent b26b09f commit 8bd953d

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,7 +1,7 @@
11
# Base container that is used for both building and running the app
22
FROM quay.io/centos/centos:stream8 as base
33
ARG RUBY_VERSION="2.7"
4-
ARG NODEJS_VERSION="12"
4+
ARG NODEJS_VERSION="14"
55
ENV FOREMAN_FQDN=foreman.example.com
66
ENV FOREMAN_DOMAIN=example.com
77

0 commit comments

Comments
 (0)