Skip to content

Commit a664944

Browse files
committed
fix: reset Dockerfile version to 0.1.1 to match published release
1 parent 7b1517b commit a664944

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
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
# Set the version to install
14-
ARG VERSION=0.2.0
14+
ARG VERSION=0.1.1
1515
ARG TARGETPLATFORM
1616

1717
# Download the appropriate binary based on platform

0 commit comments

Comments
 (0)