diff --git a/README.md b/README.md index f2f26db..6bdea8b 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,7 @@ [中文](./README_zh_CN.md) -* `1.1.99` -* `1.1.98` -* `1.1.109`, `latest` -* `1.1.108` -* `1`, `1.1`, `1.1.107`, `stable` -* `1.1.106` -* `1.1.105` -* `1.1.103` -* `1.1.102` +* `1.1.109` * `1.0`, `1.0.0` * `0.17`, `0.17.79` * `0.16`, `0.16.51` diff --git a/buildinfo.json b/buildinfo.json index 2cfba4d..ffa1df8 100644 --- a/buildinfo.json +++ b/buildinfo.json @@ -48,19 +48,9 @@ "1.0" ] }, - "1.1.107": { - "sha256": "5cf3821464c447d342b8859e7af710c33066b909ee7a4fc3efa92f9dbe0dba81", - "tags": [ - "stable", - "1", - "1.1", - "1.1.107" - ] - }, "1.1.109": { "sha256": "105a38533c916fe66e2fb2b9fe8f93c116568047a20c4daa74632072c077bf3f", "tags": [ - "latest", "1.1.109" ] } diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index eb59fdb..3c99361 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -6,8 +6,8 @@ services: args: # Check buildinfo.json for supported versions and SHAs # https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json - - VERSION=1.1.107 - - SHA256=5cf3821464c447d342b8859e7af710c33066b909ee7a4fc3efa92f9dbe0dba81 + - VERSION=1.1.109 + - SHA256=105a38533c916fe66e2fb2b9fe8f93c116568047a20c4daa74632072c077bf3f ports: - "34197:34197/udp" - "27015:27015/tcp"