Skip to content

Commit

Permalink
Merge pull request #4 from Elegant996/dependabot/docker/alpine-3.20
Browse files Browse the repository at this point in the history
build(docker): bump alpine from 3.19 to 3.20
  • Loading branch information
Elegant996 authored Jun 16, 2024
2 parents 10d5a70 + 94e3322 commit e4d3881
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.19 as stage
FROM alpine:3.20 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.19 as mirror
FROM alpine:3.20 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 e4d3881

Please sign in to comment.