Skip to content

Commit

Permalink
Bump python from 3.11-slim to 3.12-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.11-slim to 3.12-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent ed31aaf commit d5a045c
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,11 +1,11 @@
FROM python:3.11 AS build
FROM python:3.12 AS build

WORKDIR /tmp
RUN pip install poetry
COPY ./pyproject.toml ./poetry.lock* /tmp/
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes

FROM python:3.11-slim
FROM python:3.12-slim

WORKDIR /code
COPY --from=build /tmp/requirements.txt /code/requirements.txt
Expand Down

0 comments on commit d5a045c

Please sign in to comment.