Skip to content

Commit

Permalink
chore(deps): Bump python from 3.12-alpine to 3.13-alpine in /kafka_ev…
Browse files Browse the repository at this point in the history
…ents/kafka_events/v1_0/deliverer

Dependabot couldn't find the original pull request head commit, 08bb387.
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent a898307 commit 805e722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka_events/kafka_events/v1_0/deliverer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine AS base
FROM python:3.13-alpine AS base
WORKDIR /usr/src/app
RUN apk update && \
apk add \
Expand All @@ -21,7 +21,7 @@ RUN mkdir ./relay && touch ./relay/__init__.py
RUN poetry install

# Copy virtual environment into clean base
FROM python:3.9-alpine as main
FROM python:3.13-alpine as main
WORKDIR /usr/src/app
COPY --from=base /usr/src/app /usr/src/app
ENV PATH="/usr/src/app/.venv/bin:$PATH"
Expand Down

0 comments on commit 805e722

Please sign in to comment.