Update node Docker tag to v14.12.0
This commit is contained in:
parent
9f655525ca
commit
93658f1ff3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:14.11.0-alpine
|
||||
FROM node:14.12.0-alpine
|
||||
|
||||
COPY dist/universal-statuspage /universal-statuspage
|
||||
|
||||
|
|
Reference in a new issue