Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit a2edd82

Browse files
chore(deps): update dependency docker/buildx to v0.9.0 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9a2c6c commit a2edd82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/dron
1010
ARG BUILDX_VERSION
1111

1212
# renovate: datasource=github-releases depName=docker/buildx
13-
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.8.2}"
13+
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.9.0}"
1414

1515
ENV DOCKER_HOST=unix:///var/run/docker.sock
1616

docker/Dockerfile.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/dron
1010
ARG BUILDX_VERSION
1111

1212
# renovate: datasource=github-releases depName=docker/buildx
13-
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.8.2}"
13+
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.9.0}"
1414

1515
ENV DOCKER_HOST=unix:///var/run/docker.sock
1616

docker/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/dron
1010
ARG BUILDX_VERSION
1111

1212
# renovate: datasource=github-releases depName=docker/buildx
13-
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.8.2}"
13+
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.9.0}"
1414

1515
ENV DOCKER_HOST=unix:///var/run/docker.sock
1616

0 commit comments

Comments
 (0)