We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3751c commit c5f855cCopy full SHA for c5f855c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:12.20.2-buster-slim
+FROM node:14.21.3-buster-slim
2
3
WORKDIR /usr/local
4
dev.Dockerfile
-FROM node:12.20.2
+FROM node:14.21.3
WORKDIR /app
mock-server.Dockerfile
@@ -1,8 +1,8 @@
5
-RUN npm install -g json-server
+RUN npm install -g json-server@0.16.3
6
7
COPY db.json routes.json json-server-middlewares.js ./
8
0 commit comments