You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Glibc is required for Factorio Server binaries to run
2
2
FROM frolvlad/alpine-glibc
3
3
4
-
ENV FACTORIO_VERSION=latest \
4
+
ENV FACTORIO_VERSION=stable \
5
5
MANAGER_VERSION=0.8.2 \
6
6
ADMIN_USER=admin \
7
7
ADMIN_PASS=factorio \
@@ -17,7 +17,7 @@ RUN apk add --no-cache curl tar xz unzip jq
17
17
WORKDIR /opt
18
18
19
19
# Install FSM
20
-
RUN curl --location "https://github.com/mroote/factorio-server-manager/releases/download/${MANAGER_VERSION}/factorio-server-manager-linux-${MANAGER_VERSION}.zip" \
20
+
RUN curl --location "https://github.com/OpenFactorioServerManager/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux-$MANAGER_VERSION.zip" \
0 commit comments