diff --git a/Dockerfile b/Dockerfile index 4309b2f2..b61e4326 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:96d40f1ba5d325a0eb3ec55b861b6e1316c64bda48cb67bd7984111499075ec2 AS systemd-uniget +FROM ghcr.io/uniget-org/images/systemd:ubuntu24.04@sha256:7940e4125c73f1155c182a5f85c3ee63c6404322f15824c162453276597a08d7 AS systemd-uniget ARG version ARG TARGETARCH RUN <