Skip to content

Commit

Permalink
build(deps): Bump docker/buildx-bin in /dockerfiles-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 928c939 commit 6fd376d
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:v3 AS gomplate
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker:24.0 AS docker
FROM docker/buildx-bin:0.10.4 AS buildx-plugin
FROM docker/buildx-bin:0.10.5 AS buildx-plugin
FROM mikefarah/yq:4 AS yq

FROM alpine:3.18 AS runtime
Expand Down

0 comments on commit 6fd376d

Please sign in to comment.