We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 653644a + bf5a62f commit 78d95cbCopy full SHA for 78d95cb
Dockerfile
@@ -3,7 +3,7 @@ FROM node:18.12.1-alpine
3
RUN mkdir /app
4
WORKDIR /app
5
6
-RUN apk --no-cache add bash
+RUN apk --no-cache add bash git
7
8
COPY package.json yarn.lock /app/
9
RUN \
package.json
@@ -4,7 +4,7 @@
"version": "3.4.0",
"type": "module",
"engines": {
- "node": ">=14.19.0"
+ "node": ">=16"
},
"exports": {
10
"./postgres.js": "./lib/postgres.js",
@@ -22,7 +22,7 @@
22
"JSONStream": "^1.3.5",
23
"ajv": "^8.11.0",
24
"micro": "^9.3.4",
25
- "mssql": "^9.1.1",
+ "mssql": "^10.0.1",
26
"mysql2": "^3.0.1",
27
"open": "^6.3.0",
28
"pg": "^8.7.1",
0 commit comments