Skip to content

Commit

Permalink
Merge pull request #53 from miklosbagi/curl-bump
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
miklosbagi authored Oct 19, 2024
2 parents eecd7d7 + 227518f commit 4a7c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV TRANSMISSION_PASS=$TRANSMISSION_PASS
ENV PEERPORT_CHECK_INTERVAL=$PEERPORT_CHECK_INTERVAL

# install packages
RUN apk add --no-cache transmission-remote=4.0.5-r2 jq=1.7.1-r0 bash=5.2.26-r0 curl=8.9.1-r1
RUN apk add --no-cache transmission-remote=4.0.5-r2 jq=1.7.1-r0 bash=5.2.26-r0 curl=8.10.1-r0

# copy script to container
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 4a7c4b0

Please sign in to comment.