We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c236d7 commit e2ac85cCopy full SHA for e2ac85c
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ COPY --from=d3fk/kubectl:v1.30 /kubectl /usr/local/bin/
12
13
# install uv (https://github.com/astral-sh/uv)
14
# docs for using uv with Docker: https://docs.astral.sh/uv/guides/integration/docker/
15
-COPY --from=ghcr.io/astral-sh/uv:0.11.6 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.11.8 /uv /bin/uv
16
17
ENV UV_PROJECT_ENVIRONMENT=/usr/local/
18
ENV DAGSTER_HOME=/opt/dagster/dagster_home
0 commit comments