Skip to content

Commit

Permalink
Update handbrake to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 22, 2024
1 parent a22b912 commit b2ffdce
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.0
ENV HANDBRAKE_VERSION 1.8.1

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": "5edf59c1da54fe1c9a487d09e8f52561fe49cb2a",
"ref": "refs/tags/1.8.0^{}",
"tag": "1.8.0",
"version": "1.8.0"
"commit": "e9ff2bdf1ac670eb9c6d6170e27c999c05535127",
"ref": "refs/tags/1.8.1^{}",
"tag": "1.8.1",
"version": "1.8.1"
}

0 comments on commit b2ffdce

Please sign in to comment.