Skip to content

Commit

Permalink
chore(deps): Bump python from 3.12-bullseye to 3.13-bullseye in /redi…
Browse files Browse the repository at this point in the history
…s_events/docker/services

Dependabot couldn't find the original pull request head commit, 0639ef9.
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent a898307 commit 3f9980b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis_events/docker/services/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim AS base
FROM python:3.13-slim AS base
WORKDIR /usr/src/app

# Install and configure poetry
Expand All @@ -16,7 +16,7 @@ COPY ./docker/services/pyproject.toml ./docker/services/poetry.lock ./
RUN poetry install
USER $user

FROM python:3.12-bullseye
FROM python:3.13-bullseye
WORKDIR /usr/src/app
COPY --from=base /usr/src/app/.venv /usr/src/app/.venv
ENV PATH="/usr/src/app/.venv/bin:$PATH"
Expand Down

0 comments on commit 3f9980b

Please sign in to comment.