Skip to content

Commit

Permalink
chore(deps): update dependency docker/buildx to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 12, 2024
1 parent 99af604 commit f0109a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/
# Install Docker buildx (docker buildx).
# @see https://github.com/docker/buildx/releases
# renovate: datasource=github-releases depName=docker/buildx extractVersion=^v(?<version>.*)$
ENV BUILDX_VERSION=0.12.0
ENV BUILDX_VERSION=0.12.1
RUN curl --silent -L "https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-amd64" > ~/.docker/cli-plugins/docker-buildx \
&& chmod a+x "$HOME/.docker/cli-plugins/docker-buildx" \
&& docker buildx version
Expand Down

0 comments on commit f0109a7

Please sign in to comment.