We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14eea16 + 8ef2e2c commit 9dd29c1Copy full SHA for 9dd29c1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [3.8.4](https://github.com/Workiva/dart_dev/compare/3.8.3...3.8.4)
4
+- Replace deprecated CLI command.
5
+
6
+## [3.8.3](https://github.com/Workiva/dart_dev/compare/3.8.2...3.8.3)
7
+- CI improvement.
8
9
## [3.8.2](https://github.com/Workiva/dart_dev/compare/3.8.1...3.8.2)
10
11
- Update `TestTool` to allow arguments after a separator (`--`). These arguments
Dockerfile
@@ -1,5 +1,5 @@
FROM google/dart:2.13.4
WORKDIR /build
ADD pubspec.yaml /build
-RUN pub get
+RUN dart pub get
FROM scratch
0 commit comments