Merge pull request #420 from georgzoeller/patch-1

Update dockerfile to Node 14
This commit is contained in:
Bryan Ashby 2022-05-08 11:22:08 -06:00 committed by GitHub
commit b4e97fd736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:12-buster-slim
FROM node:14-buster-slim
LABEL maintainer="dave@force9.org"
@ -53,4 +53,4 @@ EXPOSE 8888
WORKDIR /enigma-bbs
ENTRYPOINT ["/enigma-bbs/docker/bin/docker-entrypoint.sh"]
ENTRYPOINT ["/enigma-bbs/docker/bin/docker-entrypoint.sh"]