Skip to content

Commit

Permalink
feat(readarr): update docker.io/library/alpine ( 3.19 → 3.20 ) (#1034)
Browse files Browse the repository at this point in the history
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 7da41e2 commit 1269c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/readarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV CGO_ENABLED=0 \
GOARM=${TARGETVARIANT}
RUN go install -ldflags="-s -w" github.com/drone/envsubst/cmd/envsubst@latest

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

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit 1269c2b

Please sign in to comment.