Skip to content

Commit

Permalink
chore: update proxy version to 1.1.12 (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored May 31, 2023
1 parent cdacd25 commit c87bbff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
depends_on:
- kalix-proxy-customer-registry
ports:
Expand All @@ -21,7 +21,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
depends_on:
- kalix-proxy-customer-registry
ports:
Expand All @@ -21,7 +21,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
depends_on:
- kalix-proxy-customer-registry
ports:
Expand All @@ -21,7 +21,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
ports:
- "9000:9000"
extra_hosts:
Expand Down
2 changes: 1 addition & 1 deletion sdk/java-sdk-spring/docker-compose-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.11
image: gcr.io/kalix-public/kalix-proxy:1.1.12
ports:
- "9000:9000"
extra_hosts:
Expand Down

0 comments on commit c87bbff

Please sign in to comment.