chore(deps): update debian docker tag to v12.10 (#321)

This commit is contained in:
renovate[bot]
2025-04-01 19:17:23 +02:00
committed by GitHub
parent 99aa696383
commit b9837c5467
5 changed files with 11 additions and 7 deletions
+3 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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"
+2
View File
@@ -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
View File
@@ -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