We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b2f1d commit e333934Copy full SHA for e333934
1 file changed
Dockerfile
@@ -14,7 +14,7 @@ COPY --from=bitnami/kubectl:1.33.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/b
14
15
# install uv (https://github.com/astral-sh/uv)
16
# docs for using uv with Docker: https://docs.astral.sh/uv/guides/integration/docker/
17
-COPY --from=ghcr.io/astral-sh/uv:0.7.13 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.7.15 /uv /bin/uv
18
19
ENV UV_PROJECT_ENVIRONMENT=/usr/local/
20
ENV DAGSTER_HOME=/opt/dagster/dagster_home
0 commit comments