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 parent 0a7f2a0 commit 0a65b03Copy full SHA for 0a65b03
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-alpine3.13
+FROM python:3.9.18-alpine3.18
2
#temp change for upstream issue with libressl
3
4
LABEL maintainer="sushiman42"
@@ -27,7 +27,7 @@ RUN pip install -q --no-cache-dir --upgrade pip && \
27
28
RUN mkdir /app/syncplay -p
29
#Last working version was 1.6.6
30
-RUN git clone https://github.com/Syncplay/syncplay -b v1.6.8 /app/syncplay
+RUN git clone https://github.com/Syncplay/syncplay -b v1.7.0 /app/syncplay
31
32
COPY ./entrypoint.sh /entrypoint.sh
33
0 commit comments