Skip to content

Commit f30a6bf

Browse files
Use node 18 instead of 16
1 parent 0a80e27 commit f30a6bf

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 curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -
30+
RUN curl --silent --location https://rpm.nodesource.com/setup_18.x | bash -
3131
RUN yum install --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)