From 5888410cbe14b36d6baff795c465162b34eae85d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 12:54:03 +0000 Subject: [PATCH] chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 3b723b4 (#605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b90bec3..065e6431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,7 +115,7 @@ COPY --from=ca-certificates /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=bin /uniget /uniget ENTRYPOINT [ "/uniget"] -FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:0b6c5ec02886501449d5db8040507607894a1f29010b3007df0bbb0ff402e76a AS systemd-uniget +FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:3b723b470cd269054661938c00c0f24bb21f09d1d9bf304820c262afd59367aa AS systemd-uniget ARG version ARG TARGETARCH RUN <