Skip to content

Commit 7034018

Browse files
Update Dockerfile
1 parent 9087ed8 commit 7034018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/fpm-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY --link bref-entrypoint.sh /
2727
RUN chmod +x /bref-entrypoint.sh
2828

2929
# Install node to run the JS app below
30-
RUN yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
30+
RUN yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
3131
RUN yum install --setopt=nodesource-nodejs.module_hotfixes=1 --setopt=skip_missing_names_on_install=False -y nodejs
3232

3333
# Install the bref/local-api-gateway app in our container (avoids running 2 containers)

0 commit comments

Comments
 (0)