Merge pull request 'develop' (#50) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #50
This commit is contained in:
commit
eed26d5740
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:14.14.0-alpine
|
||||
FROM node:14.15.1-alpine
|
||||
|
||||
COPY dist/universal-statuspage /universal-statuspage
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"@angular/compiler-cli": "~11.0.2",
|
||||
"@angular/language-service": "~11.0.2",
|
||||
"@nguniversal/builders": "^11.0.0",
|
||||
"@types/express": "^4.17.8",
|
||||
"@types/express": "^4.17.9",
|
||||
"@types/node": "^14.0.23",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
|
|
Reference in a new issue