We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac34a28 commit 0bb7bb4Copy full SHA for 0bb7bb4
Dockerfile
@@ -1,7 +1,5 @@
1
-FROM google/dart:2.3
2
-RUN apt-get update -qq && rm -rf /var/lib/apt/lists/*
+FROM google/dart:2.13
3
WORKDIR /build/
4
ADD pubspec.yaml .
5
RUN pub get
6
-ARG BUILD_ARTIFACTS_BUILD=/build/pubspec.lock
7
FROM scratch
0 commit comments