From 869d13b2111e2d3fd9a0bf80e299d7eb42443d89 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:04:57 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20docker.io/library/g?= =?UTF-8?q?olang=20docker=20tag=20(1.24.6=20=E2=86=92=201.26.4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/golang | 1.24.6 | 1.26.4 | --- gatus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatus/Dockerfile b/gatus/Dockerfile index ca1ec723..fce07b80 100644 --- a/gatus/Dockerfile +++ b/gatus/Dockerfile @@ -1,5 +1,5 @@ # build container -FROM docker.io/library/golang:1.24.6-bookworm@sha256:ab1d1823abb55a9504d2e3e003b75b36dbeb1cbcc4c92593d85a84ee46becc6c AS builder +FROM docker.io/library/golang:1.26.4-bookworm@sha256:5d2b868674b57c9e48cdd39e891acce4196b6926ca6d11e9c270a8f85106203d AS builder # renovate: datasource=github-releases depName=TwiN/gatus versioning=semver ARG GATUS_VERSION="5.34.0"