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

View file

@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get upgrade -y RUN apt-get upgrade -y
RUN apt-get install -y openjdk-17-jdk openjdk-17-jre curl wget moreutils RUN apt-get install -y openjdk-17-jdk openjdk-17-jre curl wget moreutils
ENV JENKINS_VERSION 2.500 ENV JENKINS_VERSION 2.501
USER root USER root
WORKDIR / WORKDIR /