0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-06-02 18:29:42 +02:00

chore(deps): update dependency docker/buildx to v0.12.0 (#65)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-17 09:36:26 +01:00 committed by GitHub
parent 0b36525618
commit dbe43b8901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.2}"
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.12.0}"
ENV DOCKER_HOST=unix:///var/run/docker.sock