We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e07c16 commit 4a3f98bCopy full SHA for 4a3f98b
Dockerfile
@@ -19,7 +19,7 @@ RUN ./gradlew runtime --no-daemon
19
FROM gcr.io/distroless/base-nossl:nonroot AS bot
20
21
# bump: ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
22
-COPY --from=mwader/static-ffmpeg:7.0.2 /ffmpeg /usr/local/bin/
+COPY --from=mwader/static-ffmpeg:7.1.1 /ffmpeg /usr/local/bin/
23
ENV FFMPEG_PATH=/usr/local/bin/ffmpeg
24
25
COPY --from=builder /app/libwebp/bin/cwebp /usr/local/bin/
0 commit comments