Skip to content

Commit 4c088c0

Browse files
chore(CR-36677): update version of docker to v29.4.0, update node_exporter to 1.11.0 (#125)
* upd version of docker to v29.4.0
1 parent 52b4ed6 commit 4c088c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CI relies on this ARG. Don't remove or rename it
2-
ARG DOCKER_VERSION=29.2.0
2+
ARG DOCKER_VERSION=29.4.0
33

44
# dind-cleaner
55
FROM golang:1.25-alpine3.23 AS cleaner
@@ -37,7 +37,7 @@ RUN update-alternatives --install $(which iptables) iptables $(which iptables-le
3737
&& update-alternatives --install $(which ip6tables) ip6tables $(which ip6tables-legacy) 10
3838
ENV DOCKERD_ROOTLESS_ROOTLESSKIT_NET=slirp4netns
3939
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-node-exporter
40-
COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.10.2@sha256:d8f7da5fb79a2df6dc449eec10ad786a02169c45d081730252b162d072a52eb3 /usr/local/bin/node_exporter /bin/
40+
COPY --from=docker.io/octopusdeploy/dhi-node-exporter:1.11.0-alpine3.23@sha256:0354dfb8ecb38d3678e554e25f6d7fdcee0e38bdedcfdda85e46e094a498dda4 /usr/bin/node_exporter /bin/
4141
COPY --from=bbolt /go/bin/bbolt /bin/
4242
COPY --from=cleaner /usr/local/bin/dind-cleaner /bin/
4343
WORKDIR /dind

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.0.12
1+
version: 3.0.13

0 commit comments

Comments
 (0)