Skip to content
Snippets Groups Projects
Commit 91ac9357 authored by Jérémie Drouet's avatar Jérémie Drouet
Browse files

buildx: bump to version 0.4.2

parent 5ab7c252
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM alpine AS fetcher
RUN apk add curl
ARG BUILDX_VERSION=0.3.1
ARG BUILDX_VERSION=0.4.2
RUN curl -L \
--output /docker-buildx \
"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-amd64"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment