Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 4e2c543

Browse files
authored
* update mongodb driver * update node to 14.20.1 * fix node version * remove test
1 parent c7ef1a0 commit 4e2c543

File tree

3 files changed

+1102
-27130
lines changed

3 files changed

+1102
-27130
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the Typescript app
2-
FROM node:14-alpine3.10 as ts-compiler
2+
FROM node:14.20.1-alpine3.16 as ts-compiler
33
WORKDIR /home/docsworker-xlarge
44
COPY config config/
55
COPY package*.json ./

0 commit comments

Comments
 (0)