Skip to content

Commit

Permalink
Update alpine Docker tag to v3.17.3 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 30, 2023
1 parent 3070b55 commit 6627dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1.2-py3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Instructions on building libtorrent:
# https://github.com/arvidn/libtorrent/blob/RC_1_2/docs/building.rst

FROM alpine:3.17.2@sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
FROM alpine:3.17.3@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126

ARG VERSION=1.2.[0-9]\\+

Expand Down
2 changes: 1 addition & 1 deletion 2.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Instructions on building libtorrent:
# https://github.com/arvidn/libtorrent/blob/RC_2_0/docs/building.rst

FROM alpine:3.17.2@sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
FROM alpine:3.17.3@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126

ARG VERSION=2.0.[0-9]\\+

Expand Down

0 comments on commit 6627dc5

Please sign in to comment.