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