Skip to content

Commit

Permalink
chore(deps): bump python from 3.12.5 to 3.12.6 in the docker group (#609
Browse files Browse the repository at this point in the history
)

Bumps the docker group with 1 update: python.


Updates `python` from 3.12.5 to 3.12.6

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2024
1 parent d5f4321 commit d9cbb88
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,4 +1,4 @@
FROM python:3.12.5-slim as base
FROM python:3.12.6-slim as base

LABEL Github="hibare"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5 as base
FROM python:3.12.6 as base

LABEL Github="hibare"

Expand Down

0 comments on commit d9cbb88

Please sign in to comment.