update flutter and jenkins

This commit is contained in:
zontreck 2025-03-16 19:52:22 -07:00
parent 9171523a87
commit 1bb6bfb33a
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
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.1-stable.tar.xz
RUN tar -xf /flutter_linux_3.29.1-stable.tar.xz; rm /flutter*.xz
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.29.2-stable.tar.xz
RUN tar -xf /flutter_linux_3.29.2-stable.tar.xz; rm /flutter*.xz
FROM git.zontreck.com/packages/adk:latest