Skip to content

Commit

Permalink
feat(par2cmdline-turbo): update docker.io/library/alpine ( 3.19 → 3.2…
Browse files Browse the repository at this point in the history
…0 ) (#1029)

Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] authored May 22, 2024
1 parent d00fc3a commit 6938e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/par2cmdline-turbo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.19 as par2
FROM docker.io/library/alpine:3.20 as par2
ARG TARGETARCH
ARG VERSION
ENV LDFLAGS="-static"
Expand All @@ -20,7 +20,7 @@ RUN \
&& make \
&& make install

FROM docker.io/library/alpine:3.19
FROM docker.io/library/alpine:3.20

COPY --from=par2 /usr/local/bin/par2 /usr/local/bin/par2
RUN /usr/local/bin/par2 --help
Expand Down

0 comments on commit 6938e36

Please sign in to comment.