From b0cc795d4a90e2c4d15071ae9e544492436af540 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Sat, 5 Sep 2026 10:16:17 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20dependency=20twin/gatus?= =?UTF-8?q?=20(v5.34.0=20=E2=86=92=20v5.36.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ---------- | ------- | ------- | | github-releases | TwiN/gatus | v5.34.0 | v5.36.0 | --- gatus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatus/Dockerfile b/gatus/Dockerfile index 3581a948..c9d103ba 100644 --- a/gatus/Dockerfile +++ b/gatus/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/library/golang:1.24.6-bookworm@sha256:ab1d1823abb55a9504d2e3e003b75b36dbeb1cbcc4c92593d85a84ee46becc6c AS builder # renovate: datasource=github-releases depName=TwiN/gatus versioning=semver -ARG GATUS_VERSION="5.34.0" +ARG GATUS_VERSION="5.36.0" RUN set -eux; \ mkdir -p /app; \