Skip to content

Commit

Permalink
Merge pull request #765 from k8up-io/renovate/docker.io-library-alpin…
Browse files Browse the repository at this point in the history
…e-3.x

Update docker.io/library/alpine Docker tag to v3.17
  • Loading branch information
ccremer authored Nov 17, 2022
2 parents aad72f8 + f9c8697 commit 4c4b3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.16 as restic
FROM docker.io/library/alpine:3.17 as restic

RUN apk add --update --no-cache \
bash \
Expand All @@ -9,7 +9,7 @@ COPY go.mod fetch_restic.sh ./
RUN ./fetch_restic.sh /usr/local/bin/restic \
&& /usr/local/bin/restic version

FROM docker.io/library/alpine:3.16 as k8up
FROM docker.io/library/alpine:3.17 as k8up

ENTRYPOINT ["k8up"]

Expand Down

0 comments on commit 4c4b3f8

Please sign in to comment.