FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update FFmpeg to v9.0.1 (#551) · Stickerifier/Stickerify@19971ea · GitHub

Commit 19971ea

Browse files
andauthored
Update FFmpeg to v9.0.1 (#551)
Co-authored-by: bump <bump-action@github>
1 parent 7dcbab6 commit 19971ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/unit-test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
env:
2323
# bump: FFmpeg /FF_VERSION: '([\d.]+)'/ docker:mwader/static-ffmpeg|/\d+\./|*
24-
FF_VERSION: '9.0'
24+
FF_VERSION: '9.0.1'
2525
steps:
2626
- name: Checkout code changes
2727
uses: actions/checkout@v7

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM eclipse-temurin:26-alpine AS builder
33
WORKDIR /app
44

55
# bump: FFmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
6-
COPY --from=mwader/static-ffmpeg:9.0 /ff* /usr/bin/
6+
COPY --from=mwader/static-ffmpeg:9.0.1 /ff* /usr/bin/
77

88
COPY . .
99
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL