Update dart SDK version in dart interop image (#31542)

* update dart SDK version in dart interop image

* fix dart interop docker build
pull/31557/head
Jan Tattermusch 2 years ago committed by GitHub
parent 530b702259
commit 401c751cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/tools/dockerfile/interoptest/grpc_interop_dart/build_interop.sh.template
  2. 2
      tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile
  3. 2
      tools/dockerfile/interoptest/grpc_interop_dart/build_interop.sh

@ -26,4 +26,4 @@
cd /var/local/git/grpc-dart/interop
# De-flake attempt: run the cmd one more time in case of transient failure
/usr/lib/dart/bin/pub get --verbose || /usr/lib/dart/bin/pub get --verbose
/usr/lib/dart/bin/dart pub get --verbose || /usr/lib/dart/bin/dart pub get --verbose

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM google/dart:2.12
FROM dart:2.18-sdk
# Define the default command.
CMD ["bash"]

@ -24,4 +24,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc-dart/interop
# De-flake attempt: run the cmd one more time in case of transient failure
/usr/lib/dart/bin/pub get --verbose || /usr/lib/dart/bin/pub get --verbose
/usr/lib/dart/bin/dart pub get --verbose || /usr/lib/dart/bin/dart pub get --verbose

Loading…
Cancel
Save