mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
chore(deps): update debian docker tag to v12.10 (#321)
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@ FLUTTER_VERSION=3.7.7
|
|||||||
FASTLANE_VERSION=2.213.0
|
FASTLANE_VERSION=2.213.0
|
||||||
ANDROID_BUILD_TOOLS_VERSION=30.0.3
|
ANDROID_BUILD_TOOLS_VERSION=30.0.3
|
||||||
ANDROID_PLATFORM_VERSIONS=28 31 33
|
ANDROID_PLATFORM_VERSIONS=28 31 33
|
||||||
ENABLE_ANALYTICS=true
|
ENABLE_ANALYTICS=true
|
||||||
|
ANDROID_NDK_VERSION=26.3.11579264
|
||||||
|
CMAKE_VERSION=3.22.1
|
||||||
|
|||||||
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
FROM debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc AS flutter
|
FROM debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d AS flutter
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
|
||||||
|
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
|
|
||||||
# renovate: release=bullseye depName=curl
|
# renovate: release=bullseye depName=curl
|
||||||
ARG CURL_VERSION="7.88.1-10+deb12u8"
|
ARG CURL_VERSION="7.88.1-10+deb12u12"
|
||||||
# renovate: release=bullseye depName=git
|
# renovate: release=bullseye depName=git
|
||||||
ARG GIT_VERSION="1:2.39.5-0+deb12u2"
|
ARG GIT_VERSION="1:2.39.5-0+deb12u2"
|
||||||
# renovate: release=bullseye depName=lcov
|
# renovate: release=bullseye depName=lcov
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
"version": "34.0.0"
|
"version": "34.0.0"
|
||||||
},
|
},
|
||||||
"cmdlineTools": {
|
"cmdlineTools": {
|
||||||
"version": "12.0"
|
"version": "19.0"
|
||||||
},
|
},
|
||||||
"ndk": {
|
"ndk": {
|
||||||
"version": "26.3.11579264"
|
"version": "26.3.11579264"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
flutter:
|
flutter:
|
||||||
build:
|
build:
|
||||||
|
dockerfile: ./android.Dockerfile
|
||||||
target: flutter
|
target: flutter
|
||||||
args:
|
args:
|
||||||
flutter_version: $FLUTTER_VERSION
|
flutter_version: $FLUTTER_VERSION
|
||||||
@@ -18,6 +19,7 @@ services:
|
|||||||
|
|
||||||
android:
|
android:
|
||||||
build:
|
build:
|
||||||
|
dockerfile: ./android.Dockerfile
|
||||||
target: android
|
target: android
|
||||||
args:
|
args:
|
||||||
flutter_version: $FLUTTER_VERSION
|
flutter_version: $FLUTTER_VERSION
|
||||||
|
|||||||
+3
-3
@@ -84,12 +84,12 @@ commandTests:
|
|||||||
excludedOutput:
|
excludedOutput:
|
||||||
- Sending anonymous analytics information
|
- Sending anonymous analytics information
|
||||||
fileContentTests:
|
fileContentTests:
|
||||||
- name: Android SDK Command-line Tools is version 12.0
|
- name: Android SDK Command-line Tools is version 19.0
|
||||||
path: /home/flutter/sdks/android-sdk/cmdline-tools/latest/source.properties
|
path: /home/flutter/sdks/android-sdk/cmdline-tools/latest/source.properties
|
||||||
expectedContents:
|
expectedContents:
|
||||||
- |-
|
- |-
|
||||||
Pkg.Revision=12.0
|
Pkg.Revision=19.0
|
||||||
Pkg.Path=cmdline-tools;12.0
|
Pkg.Path=cmdline-tools;19.0
|
||||||
Pkg.Desc=Android SDK Command-line Tools
|
Pkg.Desc=Android SDK Command-line Tools
|
||||||
- name: Dart and Flutter analytics are disabled
|
- name: Dart and Flutter analytics are disabled
|
||||||
path: /home/flutter/.dart-tool/dart-flutter-telemetry.config
|
path: /home/flutter/.dart-tool/dart-flutter-telemetry.config
|
||||||
|
|||||||
Reference in New Issue
Block a user