Skip to content

Commit 4d78e29

Browse files
authored
Merge pull request #305 from GlitchApotamus/update-deps
Update deps of supercronic
2 parents fa9e4e3 + 640ab65 commit 4d78e29

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN curl -fsSLO "$GORCON_RCONCLI_URL" \
1919
FROM 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

2626
RUN apt-get update \
2727
&& apt-get install -y --no-install-recommends --no-install-suggests ca-certificates curl \

0 commit comments

Comments
 (0)