From b90bade8cd6630f471b1a7f53ed6babeb629af3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:31:56 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.25.7 --- .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 ef206174..2360ad7c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/rancher/kubectl:v1.35.0 AS kubectl -FROM docker.io/library/golang:1.25.6 +FROM docker.io/library/golang:1.25.7 COPY --from=kubectl /bin/kubectl /bin/kubectl diff --git a/build/me-site/Containerfile b/build/me-site/Containerfile index 9a769443..5a91db8d 100644 --- a/build/me-site/Containerfile +++ b/build/me-site/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.25.6-alpine3.22 AS build +FROM docker.io/library/golang:1.25.7-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 0f3e2319..d2e51772 100644 --- a/build/ow-exporter/Containerfile +++ b/build/ow-exporter/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.25.6-alpine3.22 AS build +FROM docker.io/library/golang:1.25.7-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 c07aaf56..d7bda181 100644 --- a/build/vk2tg/Containerfile +++ b/build/vk2tg/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.25.6-alpine3.22 AS build +FROM docker.io/library/golang:1.25.7-alpine3.22 AS build RUN echo 'nobody:x:65534:65534:Nobody:/:' > /tmp/passwd && \ apk add --no-cache upx=5.0.2-r0