Skip to content

Commit

Permalink
Merge pull request #9 from mrdaemon:feature/1.1.59
Browse files Browse the repository at this point in the history
Update Factorio to 1.1.59
  • Loading branch information
mrdaemon committed May 21, 2022
2 parents edb912d + c418293 commit 64dcdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Intermediate staging container
FROM debian:11-slim AS staging

ARG VERSION="1.1.57"
ARG SHA256="b561ddcbe4f69a3e565111df16600b07ebd4b246aded699e69eabaefeee5c5f8"
ARG VERSION="1.1.59"
ARG SHA256="af9102beeb15e079f0c09527d2333a17f8f89e4f5c4afccfb5db766ee2f4bcdc"
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"

# Create staging directory
Expand Down

0 comments on commit 64dcdde

Please sign in to comment.