We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.7.1-RC1
1 parent be4549f commit 6bdcb83Copy full SHA for 6bdcb83
Dockerfile
@@ -1,7 +1,7 @@
1
ARG PYTHON="python:3.9-alpine3.18"
2
3
FROM ${PYTHON} AS builder
4
-ENV SYNCPLAY="1.7.0"
+ENV SYNCPLAY="1.7.1-RC1"
5
RUN apk add gcc musl-dev libffi-dev
6
RUN sh -c '[ $(getconf LONG_BIT) -eq 64 ] || apk add cargo openssl-dev'
7
RUN wget https://github.com/Syncplay/syncplay/archive/v${SYNCPLAY}.tar.gz -O- | tar xz
0 commit comments