Skip to content

Commit 916ed98

Browse files
mm503mxpv
andauthored
Update Go to 1.25, chmod /usr/local/bin to fix yt-dlp selfupdate (#760)
Co-authored-by: Maksym Pavlenko <[email protected]>
1 parent 0bc0b17 commit 916ed98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 AS builder
1+
FROM golang:1.25 AS builder
22

33
ENV TAG="nightly"
44
ENV COMMIT=""
@@ -20,6 +20,7 @@ WORKDIR /app
2020

2121
RUN apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata libc6-compat
2222

23+
RUN chmod 777 /usr/local/bin
2324
COPY --from=builder /usr/bin/yt-dlp /usr/local/bin/youtube-dl
2425
COPY --from=builder /build/bin/podsync /app/podsync
2526
COPY --from=builder /build/html/index.html /app/html/index.html

0 commit comments

Comments
 (0)