Skip to content

Commit 8c8fe09

Browse files
dependabot[bot]github-actions[bot]masontikhonov
authored
build: upgrade base images (#141)
* build(deps): bump the docker-weekly group with 2 updates Bumps the docker-weekly group with 2 updates: octopusdeploy/dhi-golang and octopusdeploy/dhi-node-exporter. Updates `octopusdeploy/dhi-golang` from `e48a914` to `b91699b` Updates `octopusdeploy/dhi-node-exporter` from `f0e1b2c` to `80c2122` --- updated-dependencies: - dependency-name: octopusdeploy/dhi-golang dependency-version: 1.26-alpine3.24-dev dependency-type: direct:production dependency-group: docker-weekly - dependency-name: octopusdeploy/dhi-node-exporter dependency-version: 1.11.1-alpine3.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-weekly ... Signed-off-by: dependabot[bot] <support@github.com> * ci: bump version to 3.0.20 * ci: trigger build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zhenya Tikhonov <zhenya.tikhonov@codefresh.io>
1 parent 937c2e3 commit 8c8fe09

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG DOCKER_VERSION=29.6.1
33

44
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-golang
5-
FROM octopusdeploy/dhi-golang:1.26-alpine3.24-dev@sha256:e48a91483983467f426cae8656aa16be252c6f2e290125e10db01259352a54ca AS cleaner
5+
FROM octopusdeploy/dhi-golang:1.26-alpine3.24-dev@sha256:b91699bd71705d6dcc245b18aa7e0f9a734bddc2536846cf17567ae087eb4e3a AS cleaner
66
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
77
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
88
RUN go mod tidy
@@ -13,12 +13,12 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd \
1313

1414

1515
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-golang
16-
FROM octopusdeploy/dhi-golang:1.26-alpine3.24-dev@sha256:02e9edbf516c55d7448caef215c0c8eba5d843f101434bfb4359df4cd75cc1df AS bbolt
16+
FROM octopusdeploy/dhi-golang:1.26-alpine3.24-dev@sha256:b91699bd71705d6dcc245b18aa7e0f9a734bddc2536846cf17567ae087eb4e3a AS bbolt
1717
RUN go install go.etcd.io/bbolt/cmd/bbolt@latest
1818

1919

2020
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-node-exporter
21-
FROM octopusdeploy/dhi-node-exporter:1.11.1-alpine3.24@sha256:f0e1b2c11b903a2454735775eef49c20352693954c6ff16fd6a2da7f5659c24b AS node-exporter
21+
FROM octopusdeploy/dhi-node-exporter:1.11.1-alpine3.24@sha256:80c2122c2d9914c574b1604e239f8886984d59b95353b842956143d3d37ce7ea AS node-exporter
2222

2323

2424
FROM docker:${DOCKER_VERSION}-dind AS prod

service.yaml

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

0 commit comments

Comments
 (0)