Skip to content

Commit 224b698

Browse files
Update docker.io/python:3.13-alpine Docker digest to 18159b2 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d4471a commit 224b698

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
@@ -16,7 +16,7 @@ COPY . /app
1616
RUN --mount=type=cache,target=/root/.cache/uv \
1717
uv sync --frozen --no-dev
1818

19-
FROM docker.io/python:3.13-alpine@sha256:5b55b4912097e5c297584c6d041fdf94941f8c46a47e488f01556ac066353a41
19+
FROM docker.io/python:3.13-alpine@sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7
2020

2121
COPY --from=builder --chown=app:app /app /app
2222

0 commit comments

Comments
 (0)