Skip to content

Commit ee73e1f

Browse files
committed
Relax apk version as it's =~ anyway
1 parent 1637c36 commit ee73e1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ARG GROUP_ID=1000
77
# Install FFmpeg, pipx (to install yt-dlp) and deno (deno dependency)
88
RUN apk add --no-cache \
99
ffmpeg~=6.1 \
10-
pipx~=1.7.1 \
11-
deno~=2.3.1
10+
pipx~=1.7 \
11+
deno~=2.3
1212

1313
# Create user with same UID/GID as host user
1414
RUN addgroup -g ${GROUP_ID} appuser && \

0 commit comments

Comments
 (0)