Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshmp authored Aug 7, 2023
1 parent 17995b9 commit a8021d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8021d5

Please sign in to comment.