From 2cc83cf178ab619c86b63c09fffe3dd405d1e1c9 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Tue, 27 Jan 2026 14:28:43 +0400 Subject: [PATCH 1/2] build: upgrade Docker --- Dockerfile | 4 ++-- service.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a66302a..1919459 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # CI relies on this ARG. Don't remove or rename it -ARG DOCKER_VERSION=29.1.4 +ARG DOCKER_VERSION=29.1.5 # dind-cleaner FROM golang:1.25-alpine3.23 AS cleaner @@ -31,7 +31,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.23/main' >> /etc/apk/repositor RUN update-alternatives --install $(which iptables) iptables $(which iptables-legacy) 10 \ && update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10 # DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-node-exporter -COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2 /usr/local/bin/node_exporter /bin/ +COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2@sha256:d8f7da5fb79a2df6dc449eec10ad786a02169c45d081730252b162d072a52eb3 /usr/local/bin/node_exporter /bin/ COPY --from=bbolt /go/bin/bbolt /bin/ COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/ diff --git a/service.yaml b/service.yaml index 1570c1b..9d83b6b 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 3.0.9 +version: 3.0.10 From ee02d8473ce2618aabc286c62b560a555fc62847 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Wed, 28 Jan 2026 00:55:06 +0400 Subject: [PATCH 2/2] build: upgrade Docker to 29.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1919459..398f451 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # CI relies on this ARG. Don't remove or rename it -ARG DOCKER_VERSION=29.1.5 +ARG DOCKER_VERSION=29.2.0 # dind-cleaner FROM golang:1.25-alpine3.23 AS cleaner