diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-04 14:53:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-04 14:53:46 +0900 |
| commit | e62c810b7cb47f4e5708fce9834beda53e2148de (patch) | |
| tree | fa4bfc694fd35ec8c889383f314fcb4ac731395c /Dockerfile | |
| parent | Update dependencies :rocket: (diff) | |
| download | sharkey-e62c810b7cb47f4e5708fce9834beda53e2148de.tar.gz sharkey-e62c810b7cb47f4e5708fce9834beda53e2148de.tar.bz2 sharkey-e62c810b7cb47f4e5708fce9834beda53e2148de.zip | |
Use node 12
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index be2768033d..8a61508767 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:11-alpine AS base +FROM node:12.1-alpine AS base ENV NODE_ENV=production |