Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f8d0f521f | ||
|
|
2b9f9273d6 |
+2
-2
@@ -4,9 +4,9 @@ FROM ghcr.io/cirruslabs/flutter:stable AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# Copy dependency files first for better caching
|
||||
COPY pubspec.yaml pubspec.lock ./
|
||||
COPY pubspec.yaml ./
|
||||
|
||||
# Get dependencies
|
||||
# Get dependencies (generates pubspec.lock)
|
||||
RUN flutter pub get
|
||||
|
||||
# Copy the rest of the application
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.3.1+1
|
||||
version: 0.3.2+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.4
|
||||
|
||||
Reference in New Issue
Block a user