Skip to content

Commit 11b4357

Browse files
authored
Merge pull request dnomd343#2 from Misaka13514/master
build: syncplay version `1.7.3`
2 parents 6529602 + 1601f41 commit 11b4357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PYTHON="python:3.10-alpine3.18"
22

33
FROM ${PYTHON} AS builder
4-
ENV SYNCPLAY="1.7.1"
4+
ENV SYNCPLAY="1.7.3"
55
RUN apk add gcc musl-dev libffi-dev
66
RUN sh -c '[ $(getconf LONG_BIT) -eq 64 ] || apk add cargo openssl-dev'
77
RUN wget https://github.com/Syncplay/syncplay/archive/v${SYNCPLAY}.tar.gz -O- | tar xz

0 commit comments

Comments
 (0)