Bump spt version to 3.8.3
This commit is contained in:
parent
92897ac2cf
commit
fe5117caa0
@ -2,7 +2,7 @@ FROM alpine as git
|
||||
RUN apk add git git-lfs
|
||||
|
||||
FROM git as fetch
|
||||
ARG SPT_VERSION=3.8.0
|
||||
ARG SPT_VERSION=3.8.3
|
||||
WORKDIR /repo
|
||||
RUN git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git . && \
|
||||
git checkout tags/$SPT_VERSION && \
|
||||
|
@ -2,7 +2,7 @@ services:
|
||||
spt:
|
||||
build: .
|
||||
args:
|
||||
SPT_VERSION: 3.8.1
|
||||
SPT_VERSION: 3.8.3
|
||||
ports:
|
||||
- "6969:6969"
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user