From f202cb9cab63cade1d73d8020c6501b188de2ca5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:11:41 +0000 Subject: [PATCH] chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to d57d370 (#650) 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 48a73398..30602379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,7 +123,7 @@ FROM latest-ubuntu2404 AS ubuntu2404-uniget COPY --from=bin /uniget /usr/local/bin/uniget ENTRYPOINT [ "uniget"] -FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:99f520ebfebaecba22abbbb6d9aced629e25443acfda92fd6cc9f5fc450ee42e AS systemd-uniget +FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:d57d370e412176df239233d40ae22e58315216a0fd312e71181e71919323931c AS systemd-uniget ARG version ARG TARGETARCH RUN <