Skip to content

Commit

Permalink
Merge pull request #72 from Workiva/batch/fedx/dart_2_19
Browse files Browse the repository at this point in the history
Dart 2.19
  • Loading branch information
rm-astro-wf authored Oct 27, 2023
2 parents cce8a6c + 761ccf3 commit 0baa399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:2.18 as build
FROM dart:2.19.6 as build
WORKDIR /build/
ADD pubspec.yaml /build/
RUN dart pub get
Expand Down

0 comments on commit 0baa399

Please sign in to comment.