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 #25 from lightbend/create-pull-request/patch-7276829
Browse files Browse the repository at this point in the history
Update CLI version
  • Loading branch information
jroper authored Jan 9, 2024
2 parents 7276829 + 32a57aa commit 51fefd3
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.38" &&\
VERSION="2.0.39" &&\
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 51fefd3

Please sign in to comment.