Skip to content

Commit

Permalink
Merge pull request #127 from stacklok/dependabot/docker/python-3.13-slim
Browse files Browse the repository at this point in the history
Bump python from 3.12-slim to 3.13-slim
  • Loading branch information
aponcedeleonch authored Nov 29, 2024
2 parents 6234f82 + 348cc03 commit 9954610
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 9954610

Please sign in to comment.