Skip to content

Commit

Permalink
Bump haveagitgat/tdarr_node from 2.15.01 to 2.19.01 in /docker
Browse files Browse the repository at this point in the history
Bumps haveagitgat/tdarr_node from 2.15.01 to 2.19.01.

---
updated-dependencies:
- dependency-name: haveagitgat/tdarr_node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 6bb4587 commit 40d083b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haveagitgat/tdarr_node:2.15.01 AS build
FROM haveagitgat/tdarr_node:2.19.01 AS build

ARG DOVI_TOOL_TAG="2.1.0"
ARG MP4BPOX_TAG="v2.2.1"
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN \
wget -O - "https://github.com/quietvoid/dovi_tool/releases/download/${DOVI_TOOL_TAG}/dovi_tool-${DOVI_TOOL_TAG}-x86_64-unknown-linux-musl.tar.gz" | \
tar -zx -C /usr/local/bin/

FROM haveagitgat/tdarr_node:2.15.01
FROM haveagitgat/tdarr_node:2.19.01

COPY --from=build --chmod=755 /usr/local/bin/dovi_tool /usr/local/bin/

Expand Down

0 comments on commit 40d083b

Please sign in to comment.