You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/15 11:08:59 UTC

[flink-statefun] 08/17: [FLINK-17712] [build] Upgrade Flink version to 1.10.1

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit ea14e2cc76dd777b460795357f16d431c53827b8
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Fri May 15 13:16:47 2020 +0800

    [FLINK-17712] [build] Upgrade Flink version to 1.10.1
    
    This closes #111.
---
 pom.xml                 | 2 +-
 tools/docker/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2783fed..93483b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@ under the License.
         <auto-service.version>1.0-rc6</auto-service.version>
         <protobuf.version>3.7.1</protobuf.version>
         <protoc-jar-maven-plugin.version>3.11.1</protoc-jar-maven-plugin.version>
-        <flink.version>1.10.0</flink.version>
+        <flink.version>1.10.1</flink.version>
     </properties>
 
     <dependencies>
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 7c41d38..e697e33 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM flink:1.10.0
+FROM flink:1.10.1
 
 ENV ROLE worker
 ENV MASTER_HOST localhost