Skip to content

Commit

Permalink
update flutter version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
berriose committed Oct 31, 2023
1 parent 6847dd2 commit 3a295e8
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,5 +1,5 @@
# Stage 1: Build the Flutter app
FROM ghcr.io/cirruslabs/flutter:3.10.6 AS build
FROM ghcr.io/cirruslabs/flutter:3.13.9 AS build

# Set the working directory to /app
WORKDIR /app
Expand Down

0 comments on commit 3a295e8

Please sign in to comment.