Skip to content

Commit dd28708

Browse files
committed
Apparently v0.1.13 of Supercronic does not exists :)
1 parent ca58871 commit dd28708

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Dockerfile.14-apache-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update &&\
1919
# | Supercronic is a drop-in replacement for cron (for containers).
2020
# |
2121

22-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
22+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2323
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2424
&& curl -fsSLO "$SUPERCRONIC_URL" \
2525
&& chmod +x "$SUPERCRONIC" \

Dockerfile.14-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update &&\
1919
# | Supercronic is a drop-in replacement for cron (for containers).
2020
# |
2121

22-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
22+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2323
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2424
&& curl -fsSLO "$SUPERCRONIC_URL" \
2525
&& chmod +x "$SUPERCRONIC" \

Dockerfile.16-apache-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update &&\
1919
# | Supercronic is a drop-in replacement for cron (for containers).
2020
# |
2121

22-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
22+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2323
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2424
&& curl -fsSLO "$SUPERCRONIC_URL" \
2525
&& chmod +x "$SUPERCRONIC" \

Dockerfile.16-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update &&\
1919
# | Supercronic is a drop-in replacement for cron (for containers).
2020
# |
2121

22-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
22+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2323
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2424
&& curl -fsSLO "$SUPERCRONIC_URL" \
2525
&& chmod +x "$SUPERCRONIC" \

Dockerfile.18-apache-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update &&\
1919
# | Supercronic is a drop-in replacement for cron (for containers).
2020
# |
2121

22-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
22+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2323
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2424
&& curl -fsSLO "$SUPERCRONIC_URL" \
2525
&& chmod +x "$SUPERCRONIC" \

Dockerfile.18-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update &&\
1919
# | Supercronic is a drop-in replacement for cron (for containers).
2020
# |
2121

22-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
22+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2323
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2424
&& curl -fsSLO "$SUPERCRONIC_URL" \
2525
&& chmod +x "$SUPERCRONIC" \

utils/Dockerfile.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update &&\
2323
# | Supercronic is a drop-in replacement for cron (for containers).
2424
# |
2525

26-
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
26+
RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-$( dpkg --print-architecture ) \
2727
&& SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2828
&& curl -fsSLO "$SUPERCRONIC_URL" \
2929
&& chmod +x "$SUPERCRONIC" \

0 commit comments

Comments
 (0)