Skip to content

Commit

Permalink
build(deps): bump python from 3.11.9 to 3.11.10
Browse files Browse the repository at this point in the history
Bumps python from 3.11.9 to 3.11.10.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 8ddcf49 commit 35005d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base definition
FROM python:3.11.9-slim-bookworm AS base
FROM python:3.11.10-slim-bookworm AS base

WORKDIR /usr/src/app
ENV VIRTUAL_ENV=/usr/src/app/.venv
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9
FROM python:3.11.10

WORKDIR /usr/src/app
ENV VIRTUAL_ENV=/usr/src/app/.venv
Expand Down

0 comments on commit 35005d2

Please sign in to comment.