Skip to content

Commit

Permalink
Update image to debian 12, Factorio 1.1.101
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaemon committed Feb 4, 2024
1 parent fe14521 commit 47d0587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
FROM debian:12-slim AS staging

ARG VERSION="1.1.80"
ARG SHA256="66c89e01160d40d18f199836ca78d4e6292e828d873df528a70233fe40796635"
ARG VERSION="1.1.101"
ARG SHA256="0688a6f615a87bf73d3f46b53dc423ee37cad3fc4412723f3d7450aed1638392"
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"

# Create staging directory
Expand All @@ -21,7 +21,7 @@ RUN curl -L $URL -o /tmp/archive_${VERSION}.txz && \
rm -f /tmp/archive_${VERSION}.txz

# Runtime image
FROM debian:11-slim
FROM debian:12-slim

LABEL maintainer="Alexandre Gauthier <[email protected]>" \
description="Factorio Server"
Expand Down

0 comments on commit 47d0587

Please sign in to comment.