Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9954610

Browse files
Merge pull request #127 from stacklok/dependabot/docker/python-3.13-slim
Bump python from 3.12-slim to 3.13-slim
2 parents 6234f82 + 348cc03 commit 9954610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage: Install dependencies and build the application
2-
FROM python:3.12-slim AS builder
2+
FROM python:3.13-slim AS builder
33

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

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

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

0 commit comments

Comments
 (0)