We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1067c commit a06bfd3Copy full SHA for a06bfd3
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Use a Python image with uv pre-installed
2
-FROM ghcr.io/astral-sh/uv:python3.12-bookworm
+FROM ghcr.io/astral-sh/uv:python3.11-bookworm
3
4
# This will be set by the GitHub action to the folder containing this component.
5
ARG FOLDER=/app
Dockerfile.dev
0 commit comments