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

* update dart SDK version in dart interop image

* fix dart interop docker build
This commit is contained in:
Jan Tattermusch 2022-11-04 17:27:27 +01:00 committed by GitHub
parent 530b702259
commit 401c751cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"]

View File

@ -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