Skip to content

Commit ef46f0d

Browse files
Merge pull request #23 from DCC-BS/renovate/ghcr.io-astral-sh-uv-0.x
Update ghcr.io/astral-sh/uv Docker tag to v0.9.10
2 parents 4c1a072 + 29b2055 commit ef46f0d

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.8 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.9.10 /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)