From fe5117caa0317ca6a152ed1d498681cd4789d54f Mon Sep 17 00:00:00 2001 From: Tarod BOFH Date: Wed, 15 May 2024 09:51:47 +0200 Subject: [PATCH] Bump spt version to 3.8.3 --- Dockerfile | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: