Commit d0ff518

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 08:20:45
chore(deps): bump shinsenter/s6-overlay in /docker (#3)
Bumps shinsenter/s6-overlay from `048acd1` to `bfaf825`. --- updated-dependencies: - dependency-name: shinsenter/s6-overlay dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b94d4fe
Changed files (1)
docker/base.Dockerfile
@@ -1,5 +1,5 @@
 FROM ghcr.io/benny-dou/ffmpeg:latest@sha256:f184d2518e6e5a0986393420a42ef965dd03f51f083635951545acf0b3dcba5d AS ffmpeg
-FROM shinsenter/s6-overlay:latest@sha256:048acd13b6221dd1eea0d6677bca7f463b86474a5257f4154582884098a7a4ea AS s6
+FROM shinsenter/s6-overlay:latest@sha256:bfaf825c078a2a71785e5ddcadec9c29b99a5b07983b974cdf51ab8af5fd2af6 AS s6
 FROM python:3.13-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174 AS python
 
 FROM python AS venv