Skip to content

Commit 42b2c2d

Browse files
committed
build: python version 3.9
1 parent d82c4a6 commit 42b2c2d

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-
ARG PYTHON="python:3.7-alpine3.17"
1+
ARG PYTHON="python:3.9-alpine3.17"
22

33
FROM ${PYTHON} as build
44
ENV SYNCPLAY="1.6.9"
@@ -11,7 +11,7 @@ RUN cat /dev/null > requirements_gui.txt
1111
RUN SNAPCRAFT_PART_BUILD=1 pip wheel --wheel-dir /wheels/ ./
1212
WORKDIR /wheels/
1313
RUN ls *.whl | xargs -P0 -n1 unzip -d /unzip/
14-
WORKDIR /release/local/lib/python3.7/
14+
WORKDIR /release/local/lib/python3.9/
1515
RUN cp -r /unzip/ ./site-packages/
1616
COPY ./boot.py /release/bin/syncplay
1717

0 commit comments

Comments
 (0)