Skip to content

Commit

Permalink
Factorio 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaemon committed Dec 5, 2024
1 parent 75ceec8 commit 520930b
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.21"
ARG SHA256="1d6d2785006d6a8d9d5fdcdaa7097a189ec35ba95f3521025dc4e046f7a1398e"
ARG VERSION="2.0.23"
ARG SHA256="e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216"
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"

# Create staging directory
Expand Down

0 comments on commit 520930b

Please sign in to comment.