Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 19bf85c commit 08bb387
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.12-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.12-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 08bb387

Please sign in to comment.