slidge: Update to latest version

This commit is contained in:
Alex Palaistras 2023-03-21 19:33:47 +00:00
parent 0786e6e8f3
commit 6ab280592e

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 \ RUN apt-get update -y && apt-get install -y --no-install-recommends \
ca-certificates git curl python3 python3-pip python3-venv 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 && \ RUN git clone https://git.sr.ht/~nicoco/slidge /slidge && \
cd /slidge && git reset --hard ${VERSION} cd /slidge && git reset --hard ${VERSION}