Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Oct 4, 2023
1 parent 05d4e19 commit 0f37da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN pnpm web build
CMD [ "pnpm", "web", "preview", "--host", "--port=5173" ]


FROM python:3.11 AS api-base
FROM python:3.12 AS api-base

# Ensure FFMPEG is available
RUN apt-get update -y
Expand Down

1 comment on commit 0f37da6

@vercel
Copy link

@vercel vercel bot commented on 0f37da6 Oct 4, 2023

Please sign in to comment.