Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions
.forgejo/workflows
Dockerfile

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
tags: |

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:d3bba2a9c530f229068aeabe626fda633f8c75a9fe385d77ea79ad115f688294
FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:ee0a8e4be1899226d15a8607e69fc3641fd6589c599e015ed938f9b8cc8b9320
RUN apt -y update && apt install -y prosody && apt -y clean