File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup FFmpeg
2727 uses : AnimMouse/setup-ffmpeg@v1
2828 with :
29- # bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7
3029 version : master
3130
3231 - name : Setup Java
Original file line number Diff line number Diff line change 1- .github/workflows/unit-test.yml
21Dockerfile
32qodana.yaml
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ RUN ./gradlew runtime --no-daemon
1919
2020FROM gcr.io/distroless/base-nossl:nonroot AS bot
2121
22- # bump: ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7
23- COPY --from=mwader/static-ffmpeg:7.1 /ffmpeg /usr/local/bin/
22+ COPY --from=mwader/static-ffmpeg:latest /ffmpeg /usr/local/bin/
2423ENV FFMPEG_PATH=/usr/local/bin/ffmpeg
2524
2625COPY --from=builder /app/build/jre ./jre
You can’t perform that action at this time.
0 commit comments