Skip to content

Commit

Permalink
feat(lidarr): update docker.io/library/alpine ( 3.20 → 3.21 )
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-runner-selfhosted[bot] authored Dec 5, 2024
1 parent ad9e811 commit e3a71ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/lidarr/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.20
FROM docker.io/library/alpine:3.21

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit e3a71ce

Please sign in to comment.