Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent a8fa47f commit 9df779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomplate-ci-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM hashicorp/vault:1.18.3 AS vault
FROM hashicorp/consul:1.20.1 AS consul
FROM docker:27.4 AS docker
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker/buildx-bin:0.19.3 AS buildx-plugin
FROM docker/buildx-bin:0.20.1 AS buildx-plugin
FROM golangci/golangci-lint:v1.62.2-alpine AS golangci-lint

FROM golang:1.23 AS go-junit-report
Expand Down

0 comments on commit 9df779f

Please sign in to comment.