Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 5716348 commit ba4a24a
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
@@ -1,4 +1,4 @@
FROM alpine:3.20 as stage
FROM alpine:3.21 as stage

ARG VERSION

Expand All @@ -10,7 +10,7 @@ RUN curl -o /tmp/jackett.tar.gz -sL "https://github.com/Jackett/Jackett/releases
RUN tar xzf /tmp/jackett.tar.gz -C /opt/Jackett --strip-components=1
RUN rm -rf /tmp/*

FROM alpine:3.20 as mirror
FROM alpine:3.21 as mirror

RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \
Expand Down

0 comments on commit ba4a24a

Please sign in to comment.