Skip to content

Commit

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

chore(deps): update docker.io/library/alpine docker tag to v3.20
  • Loading branch information
TheBigLee authored Jul 31, 2024
2 parents 043494d + 6818095 commit 7a52378
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.19 as restic
FROM docker.io/library/alpine:3.20 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.19 as k8up
FROM docker.io/library/alpine:3.20 as k8up

ENTRYPOINT ["k8up"]

Expand Down

0 comments on commit 7a52378

Please sign in to comment.