Update flutter and jenkins

This commit is contained in:
zontreck 2025-05-24 09:45:11 -07:00
parent 626e32c2fd
commit eb529fc803
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.3-stable.tar.xz
RUN tar -xf /flutter_linux_3.29.3-stable.tar.xz; rm /flutter*.xz
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.32.0-stable.tar.xz
RUN tar -xf /flutter_linux_3.32.0-stable.tar.xz; rm /flutter*.xz
FROM git.zontreck.com/packages/adk:latest