From 18062aa118e6f52d2ba4de6bc68ce5815a4eba06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:32:49 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.26.2 --- .devcontainer/Dockerfile | 2 +- build/me-site/Containerfile | 2 +- build/ow-exporter/Containerfile | 2 +- build/vk2tg/Containerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 79252593..6ec09fea 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/rancher/kubectl:v1.35.2 AS kubectl -FROM docker.io/library/golang:1.26.1 +FROM docker.io/library/golang:1.26.2 COPY --from=kubectl /bin/kubectl /bin/kubectl diff --git a/build/me-site/Containerfile b/build/me-site/Containerfile index 168331b3..fe2210d6 100644 --- a/build/me-site/Containerfile +++ b/build/me-site/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.26.1-alpine3.22 AS build +FROM docker.io/library/golang:1.26.2-alpine3.22 AS build RUN echo 'nobody:x:65534:65534:Nobody:/:' > /tmp/passwd && \ apk add --no-cache upx=5.0.2-r0 diff --git a/build/ow-exporter/Containerfile b/build/ow-exporter/Containerfile index e07ce49b..af6bde84 100644 --- a/build/ow-exporter/Containerfile +++ b/build/ow-exporter/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.26.1-alpine3.22 AS build +FROM docker.io/library/golang:1.26.2-alpine3.22 AS build RUN echo 'nobody:x:65534:65534:Nobody:/:' > /tmp/passwd && \ apk add --no-cache upx=5.0.2-r0 diff --git a/build/vk2tg/Containerfile b/build/vk2tg/Containerfile index 42be8e1e..143acd04 100644 --- a/build/vk2tg/Containerfile +++ b/build/vk2tg/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.26.1-alpine3.22 AS build +FROM docker.io/library/golang:1.26.2-alpine3.22 AS build RUN echo 'nobody:x:65534:65534:Nobody:/:' > /tmp/passwd && \ apk add --no-cache upx=5.0.2-r0