This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 93b38c8fc59 update flutter version to 3.0.1-stable (#22062)
93b38c8fc59 is described below
commit 93b38c8fc5950f813c99da8ed13749146cc508d4
Author: Vladislav Chunikhin <[email protected]>
AuthorDate: Mon Jun 27 19:54:45 2022 +0300
update flutter version to 3.0.1-stable (#22062)
---
.github/workflows/build_playground_frontend.yml | 2 +-
playground/frontend/Dockerfile | 2 +-
playground/frontend/build.gradle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build_playground_frontend.yml
b/.github/workflows/build_playground_frontend.yml
index ee5b13484a8..409b9d233f8 100644
--- a/.github/workflows/build_playground_frontend.yml
+++ b/.github/workflows/build_playground_frontend.yml
@@ -32,7 +32,7 @@ jobs:
GO_VERSION: 1.17.0
BEAM_VERSION: 2.33.0
TERRAFORM_VERSION: 1.0.9
- FLUTTER_VERSION: 2.5.2-stable
+ FLUTTER_VERSION: 3.0.1-stable
STAND_SUFFIX: ''
GOOGLE_DOMAIN: '-dot-apache-beam-testing.appspot.com'
steps:
diff --git a/playground/frontend/Dockerfile b/playground/frontend/Dockerfile
index 91dc2c5c460..42651869307 100644
--- a/playground/frontend/Dockerfile
+++ b/playground/frontend/Dockerfile
@@ -17,7 +17,7 @@
###############################################################################
FROM debian:11 as build
-ARG FLUTTER_VERSION=2.5.2-stable
+ARG FLUTTER_VERSION=3.0.1-stable
RUN apt-get update && apt-get install -y wget xz-utils git
RUN wget
https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_$FLUTTER_VERSION.tar.xz
&&\
diff --git a/playground/frontend/build.gradle b/playground/frontend/build.gradle
index 48a8cf3fa3f..fe8aa85bdf1 100644
--- a/playground/frontend/build.gradle
+++ b/playground/frontend/build.gradle
@@ -143,7 +143,7 @@ docker {
tags containerImageTags()
buildArgs(['FLUTTER_VERSION':
project.rootProject.hasProperty(["flutter-version"]) ?
project.rootProject["flutter-version"] :
- "2.5.2-stable" ])
+ "3.0.1-stable" ])
}
// Ensure that we build the required resources and copy and file dependencies
from related projects