Skip to content

Commit

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

Dependabot couldn't find the original pull request head commit, c2e81c2.
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent a898307 commit 4cd3c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basicmessage_storage/docker/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 @@ -19,7 +19,7 @@ ARG install_flags='--with integration --extras aca-py'
RUN poetry install ${install_flags}
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 4cd3c58

Please sign in to comment.