1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Update to alpine:3.16

This commit is contained in:
Th0masL
2022-06-15 03:47:32 +03:00
parent 1d56daa1cb
commit 005c371c6d

View File

@@ -1,7 +1,7 @@
# This is a template to be used by GoReleaser.
# See docs for details: https://goreleaser.com/customization/docker/
FROM alpine:3.10
FROM alpine:3.16
WORKDIR /app
RUN wget -O /usr/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp && \
@@ -10,6 +10,5 @@ RUN wget -O /usr/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/dow
apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata
COPY podsync /app/podsync
ENTRYPOINT ["/app/podsync"]
CMD ["--no-banner"]