diff --git a/release/Dockerfile b/release/Dockerfile index c4958ec5..e80a3fda 100644 --- a/release/Dockerfile +++ b/release/Dockerfile @@ -1,18 +1,55 @@ -FROM debian:trixie-slim +# Build releases with the oldest possible supported target +# The built binaries will depend on symbols from the libc used here, +# so this should work on newer OS but might not work on older OS + +# Recommended version should be kept in sync with the wiki: +# https://github.com/flutter-elinux/flutter-elinux/wiki/flutter-elinux-install +FROM debian:bullseye-slim ENV DEBIAN_FRONTEND noninteractive RUN <