Skip to content

Commit 143634c

Browse files
chore(deps): update python docker tag to v3.14.4
1 parent adce33e commit 143634c

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.4-slim AS runtime
2020

2121
# Build arguments for metadata
2222
ARG VERSION=dev

0 commit comments

Comments
 (0)