There was an error while loading. Please reload this page.
1 parent 411fe7e commit 7eba042Copy full SHA for 7eba042
1 file changed
Dockerfile-syslogng
@@ -21,7 +21,7 @@ RUN apt-get update \
21
# Supercronic (arch-agnostisch)
22
ARG TARGETARCH
23
RUN curl -fsSLo /usr/local/bin/supercronic \
24
- "https://github.com/aptible/supercronic/releases/download/v0.2.36/supercronic-linux-${TARGETARCH}" \
+ "https://github.com/aptible/supercronic/releases/download/v0.2.39/supercronic-linux-${TARGETARCH}" \
25
&& chmod +x /usr/local/bin/supercronic
26
27
# EntryPoint: schreibt Logrotate-Config aus ENV + startet Supercronic & syslog-ng
0 commit comments