Skip to content

Commit

Permalink
Update to Factorio 2.0.28
Browse files Browse the repository at this point in the history
Factorio 2.0.28 upstream
  • Loading branch information
mrdaemon committed Dec 22, 2024
1 parent 0ee5c41 commit d27bcd8
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.23"
ARG SHA256="e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216"
ARG VERSION="2.0.28"
ARG SHA256="ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3"
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"

# Create staging directory
Expand Down

0 comments on commit d27bcd8

Please sign in to comment.