Skip to content

Commit 3cd8286

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN version=2.40.3 && \
151151
# Install Docker buildx (docker buildx).
152152
# @see https://github.com/docker/buildx/releases
153153
# renovate: datasource=github-releases depName=docker/buildx extractVersion=^(?<version>.*)$
154-
RUN version=0.31.0 && \
154+
RUN version=0.31.1 && \
155155
curl --silent -L "https://github.com/docker/buildx/releases/download/v${version}/buildx-v${version}.linux-amd64" > /usr/local/lib/docker/cli-plugins/docker-buildx && \
156156
chmod a+x "/usr/local/lib/docker/cli-plugins/docker-buildx" && \
157157
docker buildx version

0 commit comments

Comments
 (0)