Skip to content

Commit

Permalink
build(deps): Bump docker/buildx-bin in /dockerfiles-builder (#910)
Browse files Browse the repository at this point in the history
Bumps docker/buildx-bin from 0.19.2 to 0.19.3.

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

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 18, 2024
1 parent 247d798 commit 20b55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/hairyhenderson/gomplate:v4.3 AS gomplate
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker:27.4 AS docker
FROM docker/buildx-bin:0.19.2 AS buildx-plugin
FROM docker/buildx-bin:0.19.3 AS buildx-plugin
FROM mikefarah/yq:4 AS yq

FROM alpine:3.21 AS runtime
Expand Down

0 comments on commit 20b55c1

Please sign in to comment.