Skip to content

Commit

Permalink
Bump supercronic to v0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Dec 18, 2023
1 parent 0e4899f commit 3667010
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions certbot-cloudflare/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM certbot/dns-cloudflare:latest

ARG TARGETPLATFORM
ENV SUPERCRONIC_SHA1SUM_amd64=7a79496cf8ad899b99a719355d4db27422396735 \
SUPERCRONIC_SHA1SUM_arm=d8124540ebd8f19cc0d8a286ed47ac132e8d151d \
SUPERCRONIC_SHA1SUM_arm64=e4801adb518ffedfd930ab3a82db042cb78a0a41 \
SUPERCRONIC_SHA1SUM_i386=bcc522ec4ead6de0d564670f6499a88e35082d1f \
SUPERCRONIC_VERSION=v0.2.26
ENV SUPERCRONIC_SHA1SUM_amd64=cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b \
SUPERCRONIC_SHA1SUM_arm=75e065bf0909f920b06d5bd797c0e6b31e68b112 \
SUPERCRONIC_SHA1SUM_arm64=512f6736450c56555e01b363144c3c9d23abed4c \
SUPERCRONIC_SHA1SUM_i386=3436985298ce241d7d9477eb9eab164b582717a8 \
SUPERCRONIC_VERSION=v0.2.29

RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then ARCH=arm; elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCH=arm64; elif [ "$TARGETPLATFORM" = "linux/i386" ]; then ARCH=i386; else exit 1; fi \
&& export SUPERCRONIC="supercronic-linux-${ARCH}" \
Expand Down

0 comments on commit 3667010

Please sign in to comment.