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

bump cli to 2.0.32 #17

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.19" &&\
VERSION="2.0.32" &&\
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: List Services
uses: lightbend/kalix-action@v6
uses: lightbend/kalix-action@v7
with:
cmd: "services list"
env:
Expand Down