From 0786e6e8f37674af0d9e861a620368e670ae6e5d Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 19 Mar 2023 18:39:51 +0000 Subject: [PATCH] slidge: Update to latest version --- service/slidge/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index c66c1e4..7ad38f7 100644 --- a/service/slidge/Containerfile +++ b/service/slidge/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/debian:bullseye-slim AS builder RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates git curl python3 python3-pip python3-venv -ARG VERSION=841cb0856d54e7313f64b00080c7c84227631e55 +ARG VERSION=5cd43403ec96b5fbbca1880ffa8be41697bfe979 RUN git clone https://git.sr.ht/~nicoco/slidge /slidge && \ cd /slidge && git reset --hard ${VERSION}