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
|
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 && \
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user