Skip to content

Commit 0a65b03

Browse files
authored
1.7.0
1 parent 0a7f2a0 commit 0a65b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-alpine3.13
1+
FROM python:3.9.18-alpine3.18
22
#temp change for upstream issue with libressl
33

44
LABEL maintainer="sushiman42"
@@ -27,7 +27,7 @@ RUN pip install -q --no-cache-dir --upgrade pip && \
2727

2828
RUN mkdir /app/syncplay -p
2929
#Last working version was 1.6.6
30-
RUN git clone https://github.com/Syncplay/syncplay -b v1.6.8 /app/syncplay
30+
RUN git clone https://github.com/Syncplay/syncplay -b v1.7.0 /app/syncplay
3131

3232
COPY ./entrypoint.sh /entrypoint.sh
3333

0 commit comments

Comments
 (0)