chore(deps): update dependency docker/buildx to v0.10.5

This commit is contained in:
renovate[bot] 2023-05-23 00:23:10 +00:00 committed by GitHub
parent 5b53750c7c
commit c87c5a5b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.10.4}"
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.10.5}"
ENV DOCKER_HOST=unix:///var/run/docker.sock