Skip to content

Commit

Permalink
chore(deps): update dependency docker/buildx to v0.21.1 (#1096)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 1eef1eb commit 81e7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dependencies download
FROM docker:28.0.0@sha256:e0b121dfc337c0f5a9703ef0914a392864bde6db811f2ba5bdd617a6e932073e AS dependencies
ENV BUILDX_VERSION=v0.21.0
ENV BUILDX_VERSION=v0.21.1
RUN set -eux; \
wget -q -O /docker-buildx "https://github.com/docker/buildx/releases/download/${BUILDX_VERSION:?}/buildx-${BUILDX_VERSION:?}.linux-amd64"; \
chmod a+x /docker-buildx
Expand Down

0 comments on commit 81e7967

Please sign in to comment.