Skip to content

Commit

Permalink
fix(volsync): update docker.io/library/alpine ( 3.20.0 → 3.20.1 ) (#1057
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] committed Jun 20, 2024
1 parent 451c5e2 commit 59e0fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/volsync/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 -a -ldflags "-X=main.volsyncVersion=v${VERSION}" github.com/backube/volsync@v${VERSION}

FROM docker.io/library/alpine:3.20.0
FROM docker.io/library/alpine:3.20.1
ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL
Expand Down

0 comments on commit 59e0fe4

Please sign in to comment.