Skip to content

Commit 84c9a25

Browse files
committed
build: update IFLOW_CLI_ACTION_VERSION to v2.0.0-alpha.7
1 parent 02971a3 commit 84c9a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ghcr.io/iflow-ai/iflow-cli-action:main
55
# RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
66
# ENV PATH="/root/.cargo/bin:${PATH}"
77

8-
ENV IFLOW_CLI_ACTION_VERSION=v2.0.0-alpha.6
8+
ENV IFLOW_CLI_ACTION_VERSION=v2.0.0-alpha.7
99
RUN wget https://github.com/iflow-ai/iflow-cli-action/releases/download/${IFLOW_CLI_ACTION_VERSION}/iflow-cli-action -O /usr/local/bin/iflow-cli-action \
1010
&& chmod +x /usr/local/bin/iflow-cli-action
1111

0 commit comments

Comments
 (0)