Skip to content

Commit

Permalink
Update to Factorio 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaemon committed Oct 31, 2024
1 parent 1f953f2 commit 068b2ad
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:12-slim AS staging

ARG VERSION="2.0.11"
ARG SHA256="7848f2d8b2b32a0efeb8a401657459486eda9b8072c221d0f9c0b450290da0d6"
ARG VERSION="2.0.12"
ARG SHA256="d2f820e5e27a64414ed13522c4db01c82b3c6323c6380ae0aa75db4f94488d31"
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"

# Create staging directory
Expand Down

0 comments on commit 068b2ad

Please sign in to comment.