Skip to content

Commit 44b330d

Browse files
committed
Update manager version number, fix filename
1 parent a8e1302 commit 44b330d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM frolvlad/alpine-glibc
44
MAINTAINER Mitch Roote <[email protected]>
55

66
ENV FACTORIO_VERSION=latest \
7-
MANAGER_VERSION=0.6.1 \
7+
MANAGER_VERSION=0.7.0 \
88
ADMIN_PASSWORD=factorio
99

1010
VOLUME /opt/factorio/saves /opt/factorio/mods /opt/factorio/config /security
@@ -16,9 +16,9 @@ WORKDIR /opt/
1616
RUN curl -s -L -S -k https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 -o /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
1717
tar Jxf /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
1818
rm /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
19-
curl -s -L -S -k https://github.com/mroote/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux-x64.zip --cacert /opt/github.pem -o /tmp/factorio-server-manager-linux-x64_$MANAGER_VERSION.zip && \
20-
unzip -qq /tmp/factorio-server-manager-linux-x64_$MANAGER_VERSION.zip && \
21-
rm /tmp/factorio-server-manager-linux-x64_$MANAGER_VERSION.zip && \
19+
curl -s -L -S -k https://github.com/mroote/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux.zip --cacert /opt/github.pem -o /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
20+
unzip -qq /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
21+
rm /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
2222
mkdir -p /run/nginx && \
2323
chown nginx:root /var/lib/nginx
2424

0 commit comments

Comments
 (0)