Fix flutter download url

This commit is contained in:
zontreck 2025-04-24 11:14:00 -07:00
parent 95b64716f3
commit 110b8e31bf

View file

@ -1,7 +1,7 @@
FROM git.zontreck.com/packages/adk:latest AS FLUTTER
WORKDIR /
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.29.2-stable.tar.xz
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.29.3-stable.tar.xz
RUN tar -xf /flutter_linux_3.29.3-stable.tar.xz; rm /flutter*.xz