Skip to content

Commit

Permalink
feat(flux): update checksum for 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Hawkins <[email protected]>
  • Loading branch information
tyzbit committed Sep 27, 2024
1 parent f3ddb21 commit 1038630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine AS build
# renovate: datasource=github-releases depName=fluxcd/flux2
ENV VERSION=2.3.0
ENV CHECKSUM=61b360b50d6cfc34410730b1cebeb75f5eda2b484e47b9a083412f51ad56de68
ENV CHECKSUM=51ef10a0ebf2078e52476c4d168200a1db73feef987e0bc8722f4ce4fcd4b6d9

ADD https://github.com/fluxcd/flux2/releases/download/v${VERSION}/flux_${VERSION}_linux_amd64.tar.gz /tmp
RUN DOWNLOAD_FILE="/tmp/flux_${VERSION}_linux_amd64.tar.gz" && \
Expand Down

0 comments on commit 1038630

Please sign in to comment.