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

View file

@ -13,7 +13,7 @@ RUN apt-get upgrade -y
RUN apt-get install -y temurin-21-jdk curl wget moreutils && apt-get clean -y
ENV JENKINS_VERSION 2.509
ENV JENKINS_VERSION 2.511
USER root
WORKDIR /