Skip to content

Commit

Permalink
Factorio 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaemon committed Nov 28, 2024
1 parent 6b737d5 commit cc22d76
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.20"
ARG SHA256="c4a901f2f1dbedbb41654560db4c6fab683a30c20334e805d4ef740c0416515a"
ARG VERSION="2.0.21"
ARG SHA256="1d6d2785006d6a8d9d5fdcdaa7097a189ec35ba95f3521025dc4e046f7a1398e"
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"

# Create staging directory
Expand Down

0 comments on commit cc22d76

Please sign in to comment.