Skip to content

Commit 8b54ab5

Browse files
Switch base image to dart2_base_image to pull in 2.18
1 parent 0f58150 commit 8b54ab5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM google/dart:2.18
1+
FROM drydock-prod.workiva.net/workiva/dart2_base_image:1 as dart2
2+
3+
RUN dart --version
24

35
WORKDIR /build
46
COPY pubspec.yaml .

0 commit comments

Comments
 (0)