Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushiman42 authored Oct 22, 2023
1 parent 0a7f2a0 commit 0a65b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine3.13
FROM python:3.9.18-alpine3.18
#temp change for upstream issue with libressl

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

RUN mkdir /app/syncplay -p
#Last working version was 1.6.6
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

COPY ./entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 0a65b03

Please sign in to comment.