Skip to content

Commit 6cc9723

Browse files
committed
remove bump configuration for ffmpeg since its latest version will now be used
1 parent 1c24832 commit 6cc9723

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/unit-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
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

Bumpfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.github/workflows/unit-test.yml
21
Dockerfile
32
qodana.yaml

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ RUN ./gradlew runtime --no-daemon
1919

2020
FROM 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/
2423
ENV FFMPEG_PATH=/usr/local/bin/ffmpeg
2524

2625
COPY --from=builder /app/build/jre ./jre

0 commit comments

Comments
 (0)