Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshmp authored Jul 8, 2022
1 parent bb434ab commit 9b05fbf
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 @@ -2,7 +2,7 @@
FROM openjdk:8-alpine

ENV SFS_VERSION 2_18_0
ENV SFS_PATCH 2.18.2
ENV SFS_PATCH 2.18.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 9b05fbf

Please sign in to comment.