Skip to content

Commit

Permalink
[NU-1790] Bump flink version to 1.19.1 in example (#6940)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslabek authored Sep 25, 2024
1 parent 46daf64 commit 591176c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dev/local-testing.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ services:
build:
context: flink/
args:
FLINK_VERSION: "1.18.1-scala_2.12-java11"
FLINK_VERSION: "1.19.1-scala_2.12-java11"
restart: unless-stopped
command: jobmanager
ports:
Expand All @@ -184,7 +184,7 @@ services:
build:
context: flink/
args:
FLINK_VERSION: "1.18.1-scala_2.12-java11"
FLINK_VERSION: "1.19.1-scala_2.12-java11"
restart: unless-stopped
command: taskmanager
environment:
Expand Down

0 comments on commit 591176c

Please sign in to comment.