Skip to content

Commit d68ef92

Browse files
authored
build: syncplay version 1.7.4
1 parent 31eb192 commit d68ef92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3"
4+
ENV SYNCPLAY="1.7.4"
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)