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:
parent
530b702259
commit
401c751cb4
|
|
@ -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…
Reference in New Issue