Roll Dart to 2.3
@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM google/dart:2.0
FROM google/dart:2.3
# Upgrade Dart to version 2.
RUN apt-get update && apt-get upgrade -y dart
@ -12,7 +12,7 @@