We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26b09f commit 8bd953dCopy full SHA for 8bd953d
Dockerfile
@@ -1,7 +1,7 @@
1
# Base container that is used for both building and running the app
2
FROM quay.io/centos/centos:stream8 as base
3
ARG RUBY_VERSION="2.7"
4
-ARG NODEJS_VERSION="12"
+ARG NODEJS_VERSION="14"
5
ENV FOREMAN_FQDN=foreman.example.com
6
ENV FOREMAN_DOMAIN=example.com
7
0 commit comments