Bump to latest Flutter version
This commit is contained in:
parent
ecb5ac17bd
commit
d2d9b50d9b
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git cur
|
|||
|
||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
||||
|
||||
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.2-stable.tar.xz
|
||||
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.3-stable.tar.xz
|
||||
|
||||
RUN tar -xf /flutter_linux_3.22.2-stable.tar.xz
|
||||
RUN tar -xf /flutter_linux_3.22.3-stable.tar.xz
|
||||
|
||||
RUN curl -sO https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip
|
||||
|
||||
|
@ -101,4 +101,4 @@ WORKDIR /
|
|||
ADD ./env /env.bash
|
||||
RUN source /env.bash
|
||||
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue