Skip to content

Commit

Permalink
build(deps): Bump docker/buildx-bin from 0.10.4 to 0.10.5 in /ci-builder
Browse files Browse the repository at this point in the history
Bumps docker/buildx-bin from 0.10.4 to 0.10.5.

---
updated-dependencies:
- dependency-name: docker/buildx-bin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hairyhenderson committed May 24, 2023
1 parent 4c43c70 commit 928c939
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
Expand Up @@ -2,7 +2,7 @@ FROM vault:1.13.2 AS vault
FROM consul:1.15.2 AS consul
FROM docker:24.0 AS docker
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker/buildx-bin:0.10.4 AS buildx-plugin
FROM docker/buildx-bin:0.10.5 AS buildx-plugin
FROM golangci/golangci-lint:v1.52.2-alpine AS golangci-lint

FROM alpine:3.18 AS cc-test-reporter
Expand Down

0 comments on commit 928c939

Please sign in to comment.