Update dart to 2.12 release (#25657)

pull/25117/head
Ivan Inozemtsev 4 years ago committed by GitHub
parent 81e90432e1
commit 5c95dd5c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM google/dart:2.12-beta
FROM google/dart:2.12
# Define the default command.
CMD ["bash"]

Loading…
Cancel
Save