We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc0b17 commit 916ed98Copy full SHA for 916ed98
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24 AS builder
+FROM golang:1.25 AS builder
2
3
ENV TAG="nightly"
4
ENV COMMIT=""
@@ -20,6 +20,7 @@ WORKDIR /app
20
21
RUN apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata libc6-compat
22
23
+RUN chmod 777 /usr/local/bin
24
COPY --from=builder /usr/bin/yt-dlp /usr/local/bin/youtube-dl
25
COPY --from=builder /build/bin/podsync /app/podsync
26
COPY --from=builder /build/html/index.html /app/html/index.html
0 commit comments