Skip to content

Commit

Permalink
Merge pull request #108 from parlough/misc/update-dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile to use official Dart Docker image
  • Loading branch information
filiph committed Dec 11, 2022
2 parents bf307f0 + 9b0bc0e commit c2c2449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GithubActionDockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/dart
FROM dart

RUN dart pub global activate linkcheck
COPY github_action_entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c2c2449

Please sign in to comment.