From c4d24e72dc8173e5ab8f69c192bb8f40af22887f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:16:38 +0000 Subject: [PATCH] chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 3a853a0 (#529) 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 87a75316..327b737d 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:c1037e61514761e660f9ee2288bd25fdc9ff5fae7ca4d66ac01089bee624903f AS systemd-uniget +FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:3a853a0c1f7d8f015fda6eec16d5b22c6040c6ed4f125f354a73a11901bf4d18 AS systemd-uniget ARG version ARG TARGETARCH RUN <