mirror of
https://github.com/BillyOutlast/VintageStory-Docker.git
synced 2026-07-01 19:54:19 -04:00
Update VERSION to 1.22.0-pre.3 in Dockerfile
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
FROM ubuntu:latest AS downloaded
|
||||
WORKDIR /downloads
|
||||
|
||||
ARG VERSION="1.22.0-pre.1"
|
||||
ARG VERSION="1.22.0-pre.3"
|
||||
ARG RELEASE_TYPE="stable"
|
||||
|
||||
RUN set -eux; \
|
||||
@@ -19,7 +19,7 @@ RUN set -eux; \
|
||||
FROM mcr.microsoft.com/dotnet/runtime:10.0 AS base
|
||||
WORKDIR /vintagestory
|
||||
|
||||
ARG VERSION="1.22.0-pre.1"
|
||||
ARG VERSION="1.22.0-pre.3"
|
||||
|
||||
ENV PUID=1000
|
||||
ENV PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user