Skip to content

Commit

Permalink
Bump python from 3.13.0-bullseye to 3.13.1-bullseye in /backend
Browse files Browse the repository at this point in the history
Bumps python from 3.13.0-bullseye to 3.13.1-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 1f813f4 commit eb8f344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.13.0-bullseye AS sphinx-docs
FROM python:3.13.1-bullseye AS sphinx-docs

RUN apt update && apt install -y pandoc

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0-bullseye AS sphinx-docs
FROM python:3.13.1-bullseye AS sphinx-docs

RUN apt update && apt install -y pandoc

Expand Down

0 comments on commit eb8f344

Please sign in to comment.