Skip to content

Commit

Permalink
Build(deps): bump python from 3.12.1 to 3.12.2
Browse files Browse the repository at this point in the history
Bumps python from 3.12.1 to 3.12.2.

---
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 Feb 12, 2024
1 parent 5b8b2e6 commit 435c078
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
@@ -1,7 +1,7 @@
############################################################################################################
# BUILD
############################################################################################################
FROM python:3.12.1 as build
FROM python:3.12.2 as build

# Install dependencies
COPY ./requirements.txt /requirements.txt
Expand Down

0 comments on commit 435c078

Please sign in to comment.