Skip to content

Commit

Permalink
chore(deps): bump python in /src
Browse files Browse the repository at this point in the history
Bumps python from 3.11-slim-bullseye to 3.12-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 23, 2024
1 parent 6e8fe93 commit 46420fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FROM jrottenberg/ffmpeg:4.0-scratch AS ffmpeg

FROM --platform=$TARGETPLATFORM python:3.11-slim-bullseye@sha256:47863f26a5f2e0bfa903e7b658355940250979bd555b5e4f9f25da81647daff8 AS base
FROM --platform=$TARGETPLATFORM python:3.12-slim-bullseye@sha256:c66cf219ac0083a9af2ff90e16530f16cd503c59eb7909feb3b8f3524dc1a87e AS base
ARG UID
ARG GID

Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### TEST IMAGE ###
FROM --platform=$TARGETPLATFORM python:3.11-slim-bullseye@sha256:47863f26a5f2e0bfa903e7b658355940250979bd555b5e4f9f25da81647daff8 AS test
FROM --platform=$TARGETPLATFORM python:3.12-slim-bullseye@sha256:c66cf219ac0083a9af2ff90e16530f16cd503c59eb7909feb3b8f3524dc1a87e AS test
ARG UID
ARG GID

Expand Down

0 comments on commit 46420fb

Please sign in to comment.