We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f58150 commit 8b54ab5Copy full SHA for 8b54ab5
Dockerfile
@@ -1,4 +1,6 @@
1
-FROM google/dart:2.18
+FROM drydock-prod.workiva.net/workiva/dart2_base_image:1 as dart2
2
+
3
+RUN dart --version
4
5
WORKDIR /build
6
COPY pubspec.yaml .
0 commit comments