We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c1a072 + 29b2055 commit ef46f0dCopy full SHA for ef46f0d
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.13-slim
2
-COPY --from=ghcr.io/astral-sh/uv:0.9.8 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.10 /uv /bin/uv
3
4
# Install PostgreSQL client for pg_isready command
5
RUN apt-get update && apt-get install -y postgresql-client git build-essential ca-certificates && rm -rf /var/lib/apt/lists/*
0 commit comments