Skip to content

Commit 37bbf9d

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.9.11
1 parent ef46f0d commit 37bbf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.13-slim
2-
COPY --from=ghcr.io/astral-sh/uv:0.9.10 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.9.11 /uv /bin/uv
33

44
# Install PostgreSQL client for pg_isready command
55
RUN apt-get update && apt-get install -y postgresql-client git build-essential ca-certificates && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)