Update dockerfile to Node 14

Node 12 breaks, install.sh was updated but docker file was forgotten
This commit is contained in:
Georg Zoeller 2022-05-08 15:56:39 +08:00 committed by GitHub
parent d3f0b9e878
commit f34cea6496
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"]