Skip to content

Commit

Permalink
build(deps): Bump docker from 27.3 to 27.4 in /ci-builder (#904)
Browse files Browse the repository at this point in the history
Bumps docker from 27.3 to 27.4.

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent bce67c1 commit 356a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hashicorp/vault:1.18.2 AS vault
FROM hashicorp/consul:1.20.1 AS consul
FROM docker:27.3 AS docker
FROM docker:27.4 AS docker
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker/buildx-bin:0.19.2 AS buildx-plugin
FROM golangci/golangci-lint:v1.62.2-alpine AS golangci-lint
Expand Down

0 comments on commit 356a928

Please sign in to comment.