Skip to content

Commit d0d1eff

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.9.27 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd73eaf commit d0d1eff

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
@@ -12,7 +12,7 @@ COPY --from=d3fk/kubectl:v1.30 /kubectl /usr/local/bin/
1212

1313
# install uv (https://github.com/astral-sh/uv)
1414
# docs for using uv with Docker: https://docs.astral.sh/uv/guides/integration/docker/
15-
COPY --from=ghcr.io/astral-sh/uv:0.8.18 /uv /bin/uv
15+
COPY --from=ghcr.io/astral-sh/uv:0.9.27 /uv /bin/uv
1616

1717
ENV UV_PROJECT_ENVIRONMENT=/usr/local/
1818
ENV DAGSTER_HOME=/opt/dagster/dagster_home

0 commit comments

Comments
 (0)