From a8021d5806ee602c0b345c8ad1212f95b24a1ebb Mon Sep 17 00:00:00 2001 From: Dharmesh Prajapati Date: Mon, 7 Aug 2023 12:14:00 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4bf2c3..a0ab637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 amazoncorretto:8-alpine ENV SFS_VERSION 2_19_0 -ENV SFS_PATCH 2.19.2 +ENV SFS_PATCH 2.19.3 RUN wget -q -O - https://www.smartfoxserver.com/downloads/sfs2x/SFS2X_unix_${SFS_VERSION}.tar.gz | tar -C /opt -xzvf - \ # Swap out the java included with SFS with distro java