Skip to content

Commit

Permalink
Build container with NodeJS 14
Browse files Browse the repository at this point in the history
Fixes: bf8d0dc ("Test Github Actions with NodeJS 14")
  • Loading branch information
ekohl committed Nov 23, 2023
1 parent b26b09f commit 990175a
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,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

Expand Down

0 comments on commit 990175a

Please sign in to comment.