diff --git a/.woodpecker.yml b/.woodpecker.yml index ca1f4d7..bfadcd0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -24,7 +24,7 @@ pipeline: - source: CR_PASSWORD target: DOCKER_PASSWORD registry: cr.sp-codes.de - repo: cr.sp-codes.de/universal-statuspage + repo: cr.sp-codes.de/samuel-p/universal-statuspage tags: latest when: branch: diff --git a/Dockerfile b/Dockerfile index cdd1421..aef40ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 36e8b07..5b8bcf3 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0", "@types/node-cron": "^2.0.5", - "bootstrap": "^4.6.0", - "cron": "^1.8.2", - "dayjs": "^1.10.7", + "bootstrap": "^4.6.2", + "cron": "^2.3.1", + "dayjs": "^1.11.0", "express": "^4.17.1", "flag-icon-css": "^3.5.0", "jsonpath-plus": "^6.0.1",