We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0c691 commit c36253bCopy full SHA for c36253b
1 file changed
Dockerfile
@@ -47,7 +47,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins
47
&& apt-get dist-clean
48
49
# Install uv to allow setup-scratch to run
50
-COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
51
52
# For this pod to understand finding user information from LDAP
53
RUN sed -i 's/files/ldap files/g' /etc/nsswitch.conf
0 commit comments