Triggering CI

This commit is contained in:
Roger Gonzalez 2024-12-15 13:49:29 -03:00
parent d5fd6c516b
commit 72e2f5afdf
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -1,8 +1,8 @@
FROM python:alpine FROM python:alpine
RUN apk add --no-cache curl \ RUN apk add --no-cache curl \
&& SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 \
&& SUPERCRONIC_SHA1SUM=71b0d58cc53f6bd72cf2f293e09e294b79c666d8 \ && SUPERCRONIC_SHA1SUM=71b0d58cc53f6bd72cf2f293e09e294b79c666d8 \
&& SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 \
&& curl -fsSLO "$SUPERCRONIC_URL" \ && curl -fsSLO "$SUPERCRONIC_URL" \
&& echo "${SUPERCRONIC_SHA1SUM} supercronic-linux-amd64" | sha1sum -c - \ && echo "${SUPERCRONIC_SHA1SUM} supercronic-linux-amd64" | sha1sum -c - \
&& chmod +x supercronic-linux-amd64 \ && chmod +x supercronic-linux-amd64 \