Updated Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Samuel Philipp 2022-01-15 16:17:44 +01:00
parent 72b5d0835a
commit d25cb8b5b3
2 changed files with 2 additions and 8 deletions

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v3.4.1-buster@sha256:90a3c08d2f45c0d8676a7c8053d459caaf74b9bf5f3c650aecb44560c47b8676
FROM chocobozzz/peertube:v4.0.0-bullseye@sha256:d4c4b203f5d2b31465a69cdb1a25d2e75aa322a8db5009978f6807fd36abd0cd
RUN apt -y update && apt install -y prosody && apt -y clean

View file

@ -6,11 +6,5 @@
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"matchDatasources": ["docker"],
"versioning": "loose"
}
]
"rebaseWhen": "behind-base-branch"
}