slidge: Update to latest version

This commit is contained in:
Alex Palaistras 2023-03-19 18:39:51 +00:00
parent 766fb881f8
commit 0786e6e8f3

View File

@ -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}