Skip to content

Commit 4202b49

Browse files
chore(docker): bump python from 3.10-slim to 3.14-slim
Bumps python from 3.10-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0b9a39 commit 4202b49

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
@@ -7,7 +7,7 @@
77
# ---------------------------------------------------------
88
# Build Stage
99
# ---------------------------------------------------------
10-
FROM python:3.10-slim AS builder
10+
FROM python:3.14-slim AS builder
1111

1212
# Set working directory
1313
WORKDIR /app
@@ -37,7 +37,7 @@ RUN hatch build
3737
# ---------------------------------------------------------
3838
# Runtime Stage
3939
# ---------------------------------------------------------
40-
FROM python:3.10-slim
40+
FROM python:3.14-slim
4141

4242
# OCI Standard Labels
4343
LABEL org.opencontainers.image.title="project_name"

0 commit comments

Comments
 (0)