Bump container versions

This commit is contained in:
zontreck 2025-06-03 00:45:27 -07:00
parent eb529fc803
commit 1f60734b95
3 changed files with 6 additions and 6 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.32.0-stable.tar.xz
RUN tar -xf /flutter_linux_3.32.0-stable.tar.xz; rm /flutter*.xz
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.32.1-stable.tar.xz
RUN tar -xf /flutter_linux_3.32.1-stable.tar.xz; rm /flutter*.xz
FROM git.zontreck.com/packages/adk:latest