Skip to content

Commit

Permalink
chore(deps): bump docker/buildx-bin from 0.19.1 to 0.19.2 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 77d1e96 commit d0bfb61
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.19.1 AS buildx
FROM docker.io/docker/buildx-bin:0.19.2 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 d0bfb61

Please sign in to comment.