Merge pull request #19419 from mit-mit/bumpdart

Roll Dart to 2.3
pull/18898/head
Jan Tattermusch 6 years ago committed by GitHub
commit 8fe1abebbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile.template
  2. 2
      tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM google/dart:2.0
FROM google/dart:2.3
# Upgrade Dart to version 2.
RUN apt-get update && apt-get upgrade -y dart

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM google/dart:2.0
FROM google/dart:2.3
# Upgrade Dart to version 2.
RUN apt-get update && apt-get upgrade -y dart

Loading…
Cancel
Save