diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-06-27 23:25:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-06-27 23:25:06 +0900 |
| commit | 3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8 (patch) | |
| tree | 44f97058031ab82ee21bb4ea3118325465734299 /Dockerfile | |
| parent | feat(client): Do not wrap widgets (diff) | |
| download | sharkey-3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8.tar.gz sharkey-3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8.tar.bz2 sharkey-3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8.zip | |
chore(deps): Update dependencies :rocket:
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 5962be670c..7b159efe09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.2.0-alpine AS base +FROM node:14.4.0-alpine AS base ENV NODE_ENV=production |