Skip to content

Commit c6359a2

Browse files
author
thr3a
committed
update: lux
1 parent d5a18cb commit c6359a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /tmp
44

55
RUN apt-get update \
66
&& apt-get install -y --no-install-recommends ffmpeg curl ca-certificates \
7-
&& curl -L https://github.com/iawia002/lux/releases/download/v0.21.0/lux_0.21.0_Linux_x86_64.tar.gz > lux.tar.gz \
7+
&& curl -L https://github.com/iawia002/lux/releases/download/v0.24.1/lux_0.24.1_Linux_x86_64.tar.gz > lux.tar.gz \
88
&& tar xfv lux.tar.gz \
99
&& mv lux /usr/local/bin/lux \
1010
&& rm -f lux.tar.gz \

0 commit comments

Comments
 (0)