There was an error while loading. Please reload this page.
1 parent 7404dd0 commit 31b18b1Copy full SHA for 31b18b1
1 file changed
Dockerfile-dbcleanup
@@ -13,7 +13,7 @@ RUN apt-get update \
13
14
ARG TARGETARCH
15
RUN curl -fsSLo /usr/local/bin/supercronic \
16
- "https://github.com/aptible/supercronic/releases/download/v0.2.39/supercronic-linux-${TARGETARCH}" \
+ "https://github.com/aptible/supercronic/releases/download/v0.2.41/supercronic-linux-${TARGETARCH}" \
17
&& chmod +x /usr/local/bin/supercronic
18
19
WORKDIR /app
0 commit comments