diff --git a/README.md b/README.md index ef59ad5..dc61dfa 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ [中文](./README_zh_CN.md) -* `2.0.11`, `latest` -* `2`, `2.0`, `2.0.10`, `stable`, `stable-2.0.10` +* `2.0.11` * `1`, `1.1`, `1.1.110`, `stable-1.1.110` * `1.0`, `1.0.0` * `0.17`, `0.17.79` diff --git a/buildinfo.json b/buildinfo.json index 96593a4..f1c8ba1 100644 --- a/buildinfo.json +++ b/buildinfo.json @@ -57,20 +57,9 @@ "1.1.110" ] }, - "2.0.10": { - "sha256": "2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4", - "tags": [ - "stable", - "stable-2.0.10", - "2", - "2.0", - "2.0.10" - ] - }, "2.0.11": { "sha256": "7848f2d8b2b32a0efeb8a401657459486eda9b8072c221d0f9c0b450290da0d6", "tags": [ - "latest", "2.0.11" ] } diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 0bf3a45..33c4c76 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=2.0.10 - - SHA256=2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4 + - VERSION=2.0.11 + - SHA256=7848f2d8b2b32a0efeb8a401657459486eda9b8072c221d0f9c0b450290da0d6 ports: - "34197:34197/udp" - "27015:27015/tcp"