Fix dart interop test

pull/25316/head
Ivan Inozemtsev 4 years ago
parent c7e4954975
commit 2453a4b2d5
  1. 2
      tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile

@ -12,7 +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.10 FROM google/dart:2.12-beta
# Define the default command. # Define the default command.
CMD ["bash"] CMD ["bash"]

Loading…
Cancel
Save