fix interop docker build
This commit is contained in:
parent
a8247c833c
commit
71ee19cb16
|
|
@ -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…
Reference in New Issue