Skip to content

Commit

Permalink
Merge pull request #99 from drag0n141/renovate/volsync-docker.io-libr…
Browse files Browse the repository at this point in the history
…ary-alpine-3.x

fix(volsync): update docker.io/library/alpine ( 3.21.1 → 3.21.2 )
  • Loading branch information
drag0n141 authored Jan 9, 2025
2 parents 7de5279 + cc6f2bd commit 453c56f
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.21.1
FROM docker.io/library/alpine:3.21.2
ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL
Expand Down

0 comments on commit 453c56f

Please sign in to comment.