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