Skip to content

Commit

Permalink
Merge pull request #866 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update handbrake to 1.9.0
  • Loading branch information
tianon authored Dec 2, 2024
2 parents aa43390 + 8f59723 commit 9c9db2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion handbrake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM debian:bookworm-slim

# https://github.com/HandBrake/HandBrake/releases
ENV HANDBRAKE_VERSION 1.8.2
ENV HANDBRAKE_VERSION 1.9.0

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
8 changes: 4 additions & 4 deletions handbrake/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "77f199ab02ff2e3bca4ca653e922e9fef67dec43",
"ref": "refs/tags/1.8.2^{}",
"tag": "1.8.2",
"version": "1.8.2"
"commit": "fa9154a20f3f64fdc183a097e6b63f7fd4bc6cab",
"ref": "refs/tags/1.9.0^{}",
"tag": "1.9.0",
"version": "1.9.0"
}

0 comments on commit 9c9db2b

Please sign in to comment.