diff options
| author | takenoko <27791106+nokotaro@users.noreply.github.com> | 2020-11-15 12:35:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-15 12:35:28 +0900 |
| commit | f0d0a1546aa4e2159111725d8e529454b4e7ab39 (patch) | |
| tree | 6b1ebeafe6a4f2f834a7deeee19a399fde73765f /Dockerfile | |
| parent | wip: clip (diff) | |
| download | sharkey-f0d0a1546aa4e2159111725d8e529454b4e7ab39.tar.gz sharkey-f0d0a1546aa4e2159111725d8e529454b4e7ab39.tar.bz2 sharkey-f0d0a1546aa4e2159111725d8e529454b4e7ab39.zip | |
Use node v14.15.0 (#6837)
* Use node v14.15.0
* Update Dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c3447b2855..f6a1253bfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.0.1-alpine AS base +FROM node:14.15.0-alpine AS base ENV NODE_ENV=production |