Merge pull request 'develop' (#181) from develop into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #181
This commit is contained in:
commit
18967cf2f8
3 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ pipeline:
|
||||||
- source: CR_PASSWORD
|
- source: CR_PASSWORD
|
||||||
target: DOCKER_PASSWORD
|
target: DOCKER_PASSWORD
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
repo: cr.sp-codes.de/universal-statuspage
|
repo: cr.sp-codes.de/samuel-p/universal-statuspage
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
|
FROM alpine:3.15.0@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
|
||||||
|
|
||||||
RUN apk --no-cache add nodejs="14.18.1-r0"
|
RUN apk --no-cache add nodejs="14.20.0-r0"
|
||||||
|
|
||||||
COPY dist/universal-statuspage /universal-statuspage
|
COPY dist/universal-statuspage /universal-statuspage
|
||||||
|
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
"@ngx-translate/core": "^13.0.0",
|
"@ngx-translate/core": "^13.0.0",
|
||||||
"@ngx-translate/http-loader": "^6.0.0",
|
"@ngx-translate/http-loader": "^6.0.0",
|
||||||
"@types/node-cron": "^2.0.5",
|
"@types/node-cron": "^2.0.5",
|
||||||
"bootstrap": "^4.6.0",
|
"bootstrap": "^4.6.2",
|
||||||
"cron": "^1.8.2",
|
"cron": "^2.3.1",
|
||||||
"dayjs": "^1.10.7",
|
"dayjs": "^1.11.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"flag-icon-css": "^3.5.0",
|
"flag-icon-css": "^3.5.0",
|
||||||
"jsonpath-plus": "^6.0.1",
|
"jsonpath-plus": "^6.0.1",
|
||||||
|
|
Reference in a new issue