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 932f96e commit 870aa5bCopy full SHA for 870aa5b
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.14-alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710
+FROM docker.io/python:3.14-alpine@sha256:cc95388e96eeaa0a7dbf78d51d0d567cc0e9e2ae3ead2637877858de9b41a7bf
20
21
COPY --from=builder --chown=app:app /app /app
22
0 commit comments