chore(deps): update dependency docker/buildx to v0.13.0 (#132)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-06 14:42:34 +01:00 committed by GitHub
parent 9114f75b7f
commit bed66837a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ARG TARGETARCH
ARG BUILDX_VERSION
# renovate: datasource=github-releases depName=docker/buildx
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.12.1}"
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.13.0}"
ENV DOCKER_HOST=unix:///var/run/docker.sock