Skip to content

Commit

Permalink
Bump python from 3.11.3-slim to 3.11.4-slim (#64)
Browse files Browse the repository at this point in the history
Bumps python from 3.11.3-slim to 3.11.4-slim.

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

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 Jun 8, 2023
1 parent 9fab57e commit 89ceaab
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 docker.io/python:3.11.3-slim AS poetry-locker
FROM docker.io/python:3.11.4-slim AS poetry-locker

WORKDIR /work
COPY ./pyproject.toml /work
Expand All @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir poetry && \
poetry export -f requirements.txt --output requirements.txt && \
poetry export -f requirements.txt --dev --output requirements-dev.txt

FROM docker.io/python:3.11.3-slim
FROM docker.io/python:3.11.4-slim

WORKDIR /app

Expand Down

0 comments on commit 89ceaab

Please sign in to comment.