Skip to content

Commit

Permalink
build(deps): Bump python from 3.12.2-slim to 3.12.3-slim (#345)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.2-slim to 3.12.3-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 Apr 15, 2024
1 parent d561776 commit 50a8d8a
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.2
FROM python:3.12.3

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.2-slim
FROM python:3.12.3-slim
COPY . /app
COPY --from=0 /app/venv /app/venv
RUN mkdir -p /app/opbeans/static/
Expand Down

0 comments on commit 50a8d8a

Please sign in to comment.