Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit d147b4a

Browse files
1.2.0
1 parent 2934302 commit d147b4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update
2525
RUN apt-get install -y curl git unzip
2626

2727
#define variables
28-
ARG FLUTTER_VERSION=3.24.1
28+
ARG FLUTTER_VERSION=3.32.1
2929
ARG FLUTTER_SDK_LOCATION=/usr/local/flutter
3030
ARG APP_LOCATION=/app/
3131

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: flutter_web_build_docker
2-
description: An example project on how to build Flutter web using docker (and also deploy it) .
2+
description: An example project on how to build Flutter web using docker (and also deploy it).
33
publish_to: 'none'
44

5-
version: 1.1.1-RELEASE.20241115
5+
version: 1.2.0
66

77
environment:
88
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)