Skip to content

Commit 972f8b0

Browse files
committed
chore: use node v 10 for deploying
1 parent a0b4408 commit 972f8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:latest
2+
FROM node:10
33
ARG NODE_ENV
44
ARG BABEL_ENV
55

0 commit comments

Comments
 (0)