Skip to content

Commit

Permalink
chore(deps): bump docker/buildx-bin from 0.17.1 to 0.18.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 47afdbe commit d6f1fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/golang:1.21.5 AS golang
FROM docker.io/library/composer:2.1.14 AS composer
FROM docker.io/docker/buildx-bin:0.17.1 AS buildx
FROM docker.io/docker/buildx-bin:0.18.0 AS buildx
FROM docker.io/summerwind/actions-runner-dind:v2.319.1-ubuntu-22.04
USER root
COPY --from=golang "/usr/local/go/" "/usr/local/go/"
Expand Down

0 comments on commit d6f1fce

Please sign in to comment.