fix interop docker build

pull/16581/head
Jan Tattermusch 7 years ago
parent a8247c833c
commit 71ee19cb16
  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:latest
FROM google/dart:2.0
# 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:latest
FROM google/dart:2.0
# Upgrade Dart to version 2.
RUN apt-get update && apt-get upgrade -y dart

Loading…
Cancel
Save