From 6ab280592e1d2eb0e5efe7693745618405bfea53 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 21 Mar 2023 19:33:47 +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 7ad38f7..24d6165 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=5cd43403ec96b5fbbca1880ffa8be41697bfe979 +ARG VERSION=e186292f10b6b42cceede92968ab0a6be0d0d607 RUN git clone https://git.sr.ht/~nicoco/slidge /slidge && \ cd /slidge && git reset --hard ${VERSION}