Bump spt version to 3.8.3

This commit is contained in:
Tarod BOFH 2024-05-15 09:51:47 +02:00
parent 92897ac2cf
commit fe5117caa0
Signed by untrusted user: Cbr
GPG Key ID: 6861832A1DABEE21
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine as git
RUN apk add git git-lfs RUN apk add git git-lfs
FROM git as fetch FROM git as fetch
ARG SPT_VERSION=3.8.0 ARG SPT_VERSION=3.8.3
WORKDIR /repo WORKDIR /repo
RUN git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git . && \ RUN git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git . && \
git checkout tags/$SPT_VERSION && \ git checkout tags/$SPT_VERSION && \

View File

@ -2,7 +2,7 @@ services:
spt: spt:
build: . build: .
args: args:
SPT_VERSION: 3.8.1 SPT_VERSION: 3.8.3
ports: ports:
- "6969:6969" - "6969:6969"
environment: environment: