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.1 (#104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-12 08:29:54 +01:00 committed by GitHub
parent 04bb458b9d
commit 4397e10917
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.12.0}"
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.12.1}"
ENV DOCKER_HOST=unix:///var/run/docker.sock