Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 70eeb9b commit 348cc03
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,5 +1,5 @@
# Builder stage: Install dependencies and build the application
FROM python:3.12-slim AS builder
FROM python:3.13-slim AS builder

# Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN poetry config virtualenvs.create false && \
COPY . /app

# Runtime stage: Create the final lightweight image
FROM python:3.12-slim AS runtime
FROM python:3.13-slim AS runtime

# Install runtime system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 348cc03

Please sign in to comment.