Skip to content

Commit

Permalink
Bump python from 3.12.8-slim to 3.12.9-slim
Browse files Browse the repository at this point in the history
Bump python from 3.12.8-slim to 3.12.9-slim
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent d7cfcbd commit 1ee0fb2
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 @@
# Stage 1: Build and dependencies
FROM python:3.12.8 AS foundation
FROM python:3.12.9 AS foundation

LABEL maintainer="Burak Ince <[email protected]>"

Expand Down Expand Up @@ -44,7 +44,7 @@ RUN python -m pip install --upgrade pip --no-cache-dir && \
RUN poetry install --no-root --only main

# Stage 2: Final slim image
FROM python:3.12.8-slim
FROM python:3.12.9-slim

LABEL maintainer="Burak Ince <[email protected]>"

Expand Down

0 comments on commit 1ee0fb2

Please sign in to comment.