Skip to content

Commit

Permalink
Merge pull request #54 from LilDrunkenSmurf/renovate/docker.io-librar…
Browse files Browse the repository at this point in the history
…y-alpine-3.x

fix(container): update image docker.io/library/alpine ( 3.19.0 → 3.19.1 )
  • Loading branch information
joryirving authored Jan 27, 2024
2 parents 4cf73c4 + 4f7a0ef commit 773a5a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/par2cmdline-turbo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
&& make \
&& make install

FROM docker.io/library/alpine:3.19.0
FROM docker.io/library/alpine:3.19.1
COPY --from=build /usr/local/bin/par2 /usr/local/bin/par2
RUN /usr/local/bin/par2 --help
CMD ["/usr/local/bin/par2"]
2 changes: 1 addition & 1 deletion apps/smartctl_exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.19.0
FROM docker.io/library/alpine:3.19.1

ARG VERSION
ARG CHANNEL
Expand Down
2 changes: 1 addition & 1 deletion apps/volsync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
&& go install -a -ldflags "-X=main.volsyncVersion=v${VERSION}" github.com/backube/volsync@v${VERSION} \
&& upx /go/bin/volsync

FROM docker.io/library/alpine:3.19.0
FROM docker.io/library/alpine:3.19.1
ARG VERSION
ARG CHANNEL
ARG TARGETPLATFORM
Expand Down

0 comments on commit 773a5a1

Please sign in to comment.