Skip to content

Commit

Permalink
build(deps): Bump python from 3.12.6-slim to 3.12.7-slim (#428)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.6-slim to 3.12.7-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 14a8d68 commit 7538906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.6
FROM python:3.12.7

WORKDIR /app

Expand All @@ -7,7 +7,7 @@ COPY requirements.txt /app
RUN /app/venv/bin/pip install -U pip setuptools && \
/app/venv/bin/pip install -r requirements.txt

FROM python:3.12.6-slim
FROM python:3.12.7-slim
COPY . /app
COPY --from=0 /app/venv /app/venv
RUN mkdir -p /app/opbeans/static/
Expand Down

0 comments on commit 7538906

Please sign in to comment.