We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66367f4 + eb44761 commit 88a59dfCopy full SHA for 88a59df
Dockerfile
@@ -53,7 +53,7 @@ ENV DOCKER_PLUGINS_DIR="/usr/local/lib/docker/cli-plugins"
53
54
# Install docker buildx
55
# renovate: datasource=github-tags depName=docker/buildx
56
-ENV DOCKER_BUILDX_VERSION="0.26.1"
+ENV DOCKER_BUILDX_VERSION="0.27.0"
57
RUN mkdir -p "$DOCKER_PLUGINS_DIR" && \
58
curl -L "https://github.com/docker/buildx/releases/download/v${DOCKER_BUILDX_VERSION}/buildx-v${DOCKER_BUILDX_VERSION}.linux-${TARGETARCH}" -o "$DOCKER_PLUGINS_DIR/docker-buildx" && \
59
chmod +x "$DOCKER_PLUGINS_DIR/docker-buildx"
0 commit comments