Skip to content

Commit f8ebe30

Browse files
authored
Update Docker SDK images to latest stable. (#4752)
... instead of manual revs. We can always pin to an older version if that ends up being needed, but this will be in line with how most of us do development (using the latest version of `dart` that ships with the master channel of `flutter`).
1 parent e945a5a commit f8ebe30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.app_dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# Dart Docker official images can be found here: https://hub.docker.com/_/dart
6-
FROM dart:3.7.1
6+
FROM dart:stable
77

88
# Packages are PATH dependencies of app_dart, and need to be copied/accessible.
99
WORKDIR /packages

Dockerfile.auto_submit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# Dart Docker official images can be found here: https://hub.docker.com/_/dart
6-
FROM dart:3.7.1
6+
FROM dart:stable
77

88
# Packages are PATH dependencies of app_dart, and need to be copied/accessible.
99
WORKDIR /packages

0 commit comments

Comments
 (0)