Skip to content

Commit 34fe57a

Browse files
chore(docker)(deps): bump python from 3.12-slim to 3.13-slim
Bumps python from 3.12-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08c8064 commit 34fe57a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage build for production-ready StillMe AI
2-
FROM python:3.12-slim as builder
2+
FROM python:3.13-slim as builder
33

44
# Set environment variables
55
ENV PYTHONDONTWRITEBYTECODE=1 \
@@ -24,7 +24,7 @@ COPY requirements-test.txt ./
2424
RUN pip install --no-cache-dir -r requirements-test.txt
2525

2626
# Production stage
27-
FROM python:3.12-slim as production
27+
FROM python:3.13-slim as production
2828

2929
# Set environment variables
3030
ENV PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)