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}