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

This commit is contained in:
renovate[bot] 2023-07-05 18:06:19 +00:00 committed by GitHub
parent c8532994c8
commit 8c3ad7c8eb
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.11.0}"
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.11.1}"
ENV DOCKER_HOST=unix:///var/run/docker.sock