We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4471a commit 224b698Copy full SHA for 224b698
Dockerfile
@@ -16,7 +16,7 @@ COPY . /app
16
RUN --mount=type=cache,target=/root/.cache/uv \
17
uv sync --frozen --no-dev
18
19
-FROM docker.io/python:3.13-alpine@sha256:5b55b4912097e5c297584c6d041fdf94941f8c46a47e488f01556ac066353a41
+FROM docker.io/python:3.13-alpine@sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7
20
21
COPY --from=builder --chown=app:app /app /app
22
0 commit comments