Skip to content

Commit

Permalink
fix: flutter image
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Jul 19, 2023
1 parent 8ea5abb commit c78dc5f
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 cirrusci/flutter:3.10.6 AS flutter
FROM ghcr.io/cirruslabs/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 c78dc5f

Please sign in to comment.