We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cb5aa commit bca48b7Copy full SHA for bca48b7
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ COPY src/index.html src/input.css ./
16
RUN mkdir -p static && npx @tailwindcss/cli -i ./input.css --content ./index.html -o ./static/style.css --minify
17
18
# Runtime stage - minimal Python environment
19
-FROM python:3.13.7-slim AS runtime
+FROM python:3.14.3-slim AS runtime
20
21
# Build arguments for metadata
22
ARG VERSION=dev
0 commit comments