Skip to content

Commit

Permalink
Bump NodeJS version
Browse files Browse the repository at this point in the history
Bumps the NodeJS version for Snyck compatibility
  • Loading branch information
philhawthorne committed Nov 27, 2023
1 parent 00087ed commit 044d747
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,4 +1,4 @@
FROM node:9.4.0
FROM node:18-buster-slim
ENV config_dir=/config
RUN mkdir -p /usr/src/app && mkdir /config
WORKDIR /usr/src/app
Expand Down

0 comments on commit 044d747

Please sign in to comment.