Skip to content

Commit e3ee180

Browse files
authored
1 parent 926a537 commit e3ee180

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
@@ -22,7 +22,7 @@ RUN apk add --no-cache --virtual .build-deps \
2222
&& rm -rf /usr/src/*
2323

2424
# Install CLI
25-
ARG CLI_VERSION=4.46.0
25+
ARG CLI_VERSION=5.0.0
2626
ARG TARGETARCH
2727
RUN \
2828
if [ -z "${TARGETARCH}" ]; then \

0 commit comments

Comments
 (0)