Skip to content

Commit e333934

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.7.15
1 parent 99b2f1d commit e333934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY --from=bitnami/kubectl:1.33.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/b
1414

1515
# install uv (https://github.com/astral-sh/uv)
1616
# 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
17+
COPY --from=ghcr.io/astral-sh/uv:0.7.15 /uv /bin/uv
1818

1919
ENV UV_PROJECT_ENVIRONMENT=/usr/local/
2020
ENV DAGSTER_HOME=/opt/dagster/dagster_home

0 commit comments

Comments
 (0)