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

Commit

Permalink
Merge pull request #28 from lightbend/create-pull-request/patch-1f4f882
Browse files Browse the repository at this point in the history
Update CLI version
  • Loading branch information
jroper authored Feb 14, 2024
2 parents 1f4f882 + 04ffacb commit b438278
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.40" &&\
VERSION="2.0.41" &&\
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 b438278

Please sign in to comment.