Skip to content

Commit

Permalink
fix: flutter docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Jul 19, 2023
1 parent c78dc5f commit 1c2e86a
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 ghcr.io/cirruslabs/flutter:3.10.6 AS flutter
FROM instrumentisto/flutter:3.10.6 AS flutter
WORKDIR /app
COPY ./ui/flutter/pubspec.yaml ./ui/flutter/pubspec.lock ./
RUN flutter pub get
Expand Down

0 comments on commit 1c2e86a

Please sign in to comment.