Merge pull request #22620 from jtattermusch/dart_interop_27

Switch grpc-dart interop test to dart2.7
pull/22629/head
Jan Tattermusch 5 years ago committed by GitHub
commit af7921d127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      templates/tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile.template
  2. 5
      tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile

@ -14,10 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM google/dart:2.3 FROM google/dart:2.7
# Upgrade Dart to version 2.
RUN apt-get update && apt-get upgrade -y dart
# Define the default command. # Define the default command.
CMD ["bash"] CMD ["bash"]

@ -12,10 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM google/dart:2.3 FROM google/dart:2.7
# Upgrade Dart to version 2.
RUN apt-get update && apt-get upgrade -y dart
# Define the default command. # Define the default command.
CMD ["bash"] CMD ["bash"]

Loading…
Cancel
Save