We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161e7ba commit 2ff6dc4Copy full SHA for 2ff6dc4
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.6-slim AS runtime
20
21
# Build arguments for metadata
22
ARG VERSION=dev
0 commit comments