Fix: Use parent of fix commit (78178d1~1) for vulnerable Encoder checkout

This commit is contained in:
Valentin Lobstein
2026-03-13 22:59:51 +01:00
parent 8d44dcd1fb
commit 8ad5924bf1
@@ -121,7 +121,7 @@ by the container entrypoint. The security fix in commit `78178d1` patched multip
```bash
docker exec avideo-avideo-1 bash -c "
git config --global --add safe.directory /var/www/html/AVideo/Encoder
cd /var/www/html/AVideo/Encoder && git checkout c9861e9c -- .
cd /var/www/html/AVideo/Encoder && git checkout 78178d1~1 -- .
"
docker compose restart avideo
```