From 140f8ad4dcd1cc3146c24abd878c2ec48ef1fb01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:13:13 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20docker.io/golang=20?= =?UTF-8?q?(=201.24.1=20=E2=9E=94=201.26.4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | docker | docker.io/golang | 1.24.1 | 1.26.4 | --- apps/matchbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matchbox/Dockerfile b/apps/matchbox/Dockerfile index 9e578d9..9d98a2d 100644 --- a/apps/matchbox/Dockerfile +++ b/apps/matchbox/Dockerfile @@ -1,5 +1,5 @@ ARG VERSION -FROM docker.io/golang:1.24.1 AS build +FROM docker.io/golang:1.26.4 AS build ARG VERSION RUN \