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

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.511
ENV JENKINS_VERSION 2.512
USER root
WORKDIR /

View file

@ -1,9 +1,9 @@
FROM git.zontreck.com/packages/appimage:latest AS BUILDER
WORKDIR /
RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.10.tar.gz
RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.11.tar.gz
WORKDIR /vintagestory
RUN tar -xvf /vs_server_linux-x64_1.20.10.tar.gz && rm /*.tar.gz
RUN tar -xvf /vs_server_linux-x64_1.20.11.tar.gz && rm /*.tar.gz
FROM git.zontreck.com/packages/appimage:latest
@ -11,7 +11,7 @@ FROM git.zontreck.com/packages/appimage:latest
ENV PUB NAN
ENV AGENT NAN
LABEL VS_API 1.20.10
LABEL VS_API 1.20.11
WORKDIR /
ADD ./entrypoint.sh /entrypoint.sh