Skip to content

Commit

Permalink
build(docker): bump alpine from 3.19 to 3.20
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.20.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent 4b24a0d commit 49c8ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN cp -L bazel-bin/rtorrent dist/
RUN cp -L bazel-bin/rtorrent-deb.deb dist/

# Now get the clean image
FROM alpine:3.19 as build-sysroot
FROM alpine:3.20 as build-sysroot

WORKDIR /root

Expand All @@ -55,7 +55,7 @@ RUN tar xvf data.tar.* -C /root/sysroot/

RUN mkdir -p /root/sysroot/download /root/sysroot/session /root/sysroot/watch

FROM alpine:3.19 as rtorrent
FROM alpine:3.20 as rtorrent

RUN apk --no-cache add \
binutils \
Expand Down

0 comments on commit 49c8ae1

Please sign in to comment.