We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 277d2ff + eb0235c commit a0099cbCopy full SHA for a0099cb
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.13-slim@sha256:1020ca463dc51c26bbad49de85dbb2986d93b71050102f3fa2a7f0fc4c2ea81e AS base
2
LABEL org.opencontainers.image.name=europe-west3-docker.pkg.dev/zeitonline-engineering/docker-zon/httpbin
3
4
-COPY --from=ghcr.io/astral-sh/uv:0.7.21@sha256:a64333b61f96312df88eafce95121b017cbff72033ab2dbc6398edb4f24a75dd /uv /usr/bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.2@sha256:a7999d42cba0e5af47ef3c06ac310229c7f29c5314e35902f8353e8e170eeed1 /uv /usr/bin/
5
ENV UV_NO_MANAGED_PYTHON=1 \
6
UV_NO_CACHE=1 \
7
UV_COMPILE_BYTECODE=1 \
0 commit comments