Skip to content

Commit

Permalink
Merge pull request #2 from risingwavelabs/lz/v1.20.0
Browse files Browse the repository at this point in the history
update flink version to 1.20.0
  • Loading branch information
lmatz authored Sep 9, 2024
2 parents 3ad7096 + fb46ff0 commit 6956cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#SQL CLI - inspired by https://github.com/wuchong/flink-sql-demo/tree/v1.11-EN/sql-client
###############################################################################

FROM apache/flink:1.19.0
FROM apache/flink:1.20.0

# Create CLI lib folder
COPY ./sql-client/bin/* /opt/sql-client/
Expand Down

0 comments on commit 6956cfc

Please sign in to comment.