From 0a65b03e7c57972adf9749fef2a47873be8873e1 Mon Sep 17 00:00:00 2001 From: Sushiman42 Date: Sat, 21 Oct 2023 22:24:43 -0400 Subject: [PATCH] 1.7.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4d0ab4..563484b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" @@ -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