Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
update kalix CLI version (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Feb 5, 2024
1 parent 51fefd3 commit 1f4f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY entrypoint.sh /entrypoint.sh
RUN apk update &&\
apk add curl &&\
rm -rf /var/lib/apt/lists/* &&\
VERSION="2.0.39" &&\
VERSION="2.0.40" &&\
wget https://downloads.kalix.io/${VERSION}/kalix_linux_amd64_${VERSION}.tar.gz &&\
tar xzf kalix_linux_amd64_${VERSION}.tar.gz &&\
mv kalix /bin
Expand Down

0 comments on commit 1f4f882

Please sign in to comment.