Commit ee1ad36

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 08:45:43
chore(deps): bump the docker-deps group in /docker with 5 updates (#94)
Bumps the docker-deps group in /docker with 5 updates: | Package | From | To | | --- | --- | --- | | benny-dou/ffmpeg | ``9d0bd68`` | ``6bde7e6`` | | shinsenter/s6-overlay | ``9c28ed8`` | ``8236887`` | | python | ``d2462a6`` | ``aa938a8`` | | denoland/deno | ``4c99106`` | ``324e788`` | | [astral-sh/uv](https://github.com/astral-sh/uv) | `0.11.8` | `0.11.18` | Updates `benny-dou/ffmpeg` from `9d0bd68` to `6bde7e6` Updates `shinsenter/s6-overlay` from `9c28ed8` to `8236887` Updates `python` from `d2462a6` to `aa938a8` Updates `denoland/deno` from `4c99106` to `324e788` Updates `astral-sh/uv` from 0.11.8 to 0.11.18 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.8...0.11.18) --- updated-dependencies: - dependency-name: benny-dou/ffmpeg dependency-version: latest dependency-type: direct:production dependency-group: docker-deps - dependency-name: shinsenter/s6-overlay dependency-version: latest dependency-type: direct:production dependency-group: docker-deps - dependency-name: python dependency-version: 3.13.13-slim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-deps - dependency-name: denoland/deno dependency-version: bin dependency-type: direct:production dependency-group: docker-deps - dependency-name: astral-sh/uv dependency-version: 0.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f43479
Changed files (1)
docker/base.Dockerfile
@@ -1,8 +1,8 @@
-FROM ghcr.io/benny-dou/ffmpeg:latest@sha256:9d0bd68c5422d4a282380284820ab6eda6c4aa4637749d87069061c8c0b0aef8 AS ffmpeg
-FROM shinsenter/s6-overlay:latest@sha256:9c28ed8ae736d0c16db0c71a64535f5b5c284db44a4da0db623de3167d1fb21d AS s6
-FROM python:3.13.13-slim@sha256:d2462a6bed37b4fc6cabecf5a2132ae70df772fe03c7393c4d98a0c2fb48aa2e AS python
-FROM denoland/deno:bin@sha256:4c99106eadea6645640dacf35967c97ae34814d54fc417f4f9e9746245e8633f AS deno
-FROM ghcr.io/astral-sh/uv:0.11.8@sha256:3b7b60a81d3c57ef471703e5c83fd4aaa33abcd403596fb22ab07db85ae91347 AS uv
+FROM ghcr.io/benny-dou/ffmpeg:latest@sha256:6bde7e6c9907e5ffe5d73779c86a7830c29cced5a679d9f2e8fcc0a32a2d57d2 AS ffmpeg
+FROM shinsenter/s6-overlay:latest@sha256:8236887b01519dc934b49649d98a566c9232b204e8acac0c5cf1454d6478f3a4 AS s6
+FROM python:3.13-slim@sha256:aa938a849bcb82dce8f49480f056ab82bf5c1c3ebc294f0430f37b6820e7f286 AS python
+FROM denoland/deno:bin@sha256:324e7887040b297299ec097be8dc570f5eca2c808fe3ad9c52c61f9ab588938c AS deno
+FROM ghcr.io/astral-sh/uv:0.11.18@sha256:78bc42400d77b0678ba95765305c826652ed5431f399257271dda681d0318f03 AS uv
 
 FROM python AS venv
 RUN --mount=type=bind,source=uv.lock,target=uv.lock \