File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33[ Back to main] ( README.md#changelog )
44
5+ ## 2025-07-18
6+
7+ - Updated supercronic to release v0.2.34 @GlitchApotamus (#304 )
8+
59## 2025-07-17
610
711- Added new config-settings for v0.6.0 @GlitchApotamus (#301 )
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ RUN curl -fsSLO "$GORCON_RCONCLI_URL" \
1919FROM debian:bookworm-slim AS supercronicverify
2020
2121# Latest releases available at https://github.com/aptible/supercronic/releases
22- ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29 /supercronic-linux-amd64 \
22+ ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.34 /supercronic-linux-amd64 \
2323 SUPERCRONIC=supercronic-linux-amd64 \
24- SUPERCRONIC_SHA1SUM=cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b
24+ SUPERCRONIC_SHA1SUM=e8631edc1775000d119b70fd40339a7238eece14
2525
2626RUN apt-get update \
2727 && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates curl \
You can’t perform that action at this time.
0 commit comments