Update service packages

This commit is contained in:
zontreck 2025-04-24 11:10:42 -07:00
parent f29a31c665
commit 95b64716f3
4 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,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 tar -xf /flutter_linux_3.29.2-stable.tar.xz; rm /flutter*.xz
RUN tar -xf /flutter_linux_3.29.3-stable.tar.xz; rm /flutter*.xz
FROM git.zontreck.com/packages/adk:latest