From 1c6677884bc38986f4a80e16cbfd1865bbd981a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:31:45 +0000 Subject: [PATCH] chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to b485d44 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4dfc762..9025eed8 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:46f6c27e38c76fe5310ea6016ba6e56b4f1c85916bb280d2e87c1db6da2cdc0b AS systemd-uniget +FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:b485d44ec98cb6c41d343837ca4de8cf7a6a0669bac23ffc249034867db89523 AS systemd-uniget ARG version ARG TARGETARCH RUN <