Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY src/index.html src/input.css ./
RUN mkdir -p static && npx @tailwindcss/cli -i ./input.css --content ./index.html -o ./static/style.css --minify

# Runtime stage - minimal Python environment
FROM python:3.13.7-slim AS runtime
FROM python:3.14.6-slim AS runtime

# Build arguments for metadata
ARG VERSION=dev
Expand Down
Loading