Skip to content

Commit

Permalink
Merge pull request #95 from data-catering/renovate/flink-1.x
Browse files Browse the repository at this point in the history
Update flink Docker tag to v1.20.0
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 1208a8d + 6cca114 commit 6befc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ services:
expose:
- 6121
- 6122
image: "flink:${FLINK_VERSION:-1.19.0-scala_2.12-java17}"
image: "flink:${FLINK_VERSION:-1.20.0-scala_2.12-java17}"
links: []
flink-jobmanager:
command: jobmanager
Expand All @@ -597,7 +597,7 @@ services:
- "FLINK_PROPERTIES=jobmanager.rpc.address:flink-jobmanager"
expose:
- 6123
image: "flink:${FLINK_VERSION:-1.19.0-scala_2.12-java17}"
image: "flink:${FLINK_VERSION:-1.20.0-scala_2.12-java17}"
ports:
- "8081:8081"
fluentd:
Expand Down

0 comments on commit 6befc97

Please sign in to comment.