Skip to content

Commit cd8ce80

Browse files
Update dependency docker/buildx to v0.30.1
1 parent daf3db9 commit cd8ce80

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
@@ -1,6 +1,6 @@
11
FROM docker:29.0.1@sha256:ecac43e78380d9b9d3bd24f0ab42b370f6391a1a06a66065c10a00b9d6d57a3e AS download
22
RUN apk add curl
3-
ENV BUILDX_VERSION=v0.30.0
3+
ENV BUILDX_VERSION=v0.30.1
44
RUN curl --fail -L -o /docker-buildx \
55
https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64
66

0 commit comments

Comments
 (0)