diff --git a/Dockerfile b/Dockerfile index 4d36d87..fb2c426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/compose.yaml b/compose.yaml index f8c0bcc..64323ef 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: spt: build: . args: - SPT_VERSION: 3.8.1 + SPT_VERSION: 3.8.3 ports: - "6969:6969" environment: