From 9abd09fd05d3e8202a86693c2b80c14ebc279314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:00:53 +0000 Subject: [PATCH] chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0691919 (#580) 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 32151d77..b3cc1e56 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:016a1a6a1e13b8939a595c64365e5fd84ee70a7beb66e5579e6750a141d0df12 AS systemd-uniget +FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:069191917dc41e1e3c122714bf10d88c69ed7395b941554a5b9d824b12e058ce AS systemd-uniget ARG version ARG TARGETARCH RUN <