Skip to content

Commit bca48b7

Browse files
chore(deps): update python docker tag to v3.14.3
1 parent c3cb5aa commit bca48b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY src/index.html src/input.css ./
1616
RUN mkdir -p static && npx @tailwindcss/cli -i ./input.css --content ./index.html -o ./static/style.css --minify
1717

1818
# Runtime stage - minimal Python environment
19-
FROM python:3.13.7-slim AS runtime
19+
FROM python:3.14.3-slim AS runtime
2020

2121
# Build arguments for metadata
2222
ARG VERSION=dev

0 commit comments

Comments
 (0)