diff --git a/buildinfo.json b/buildinfo.json index 6737add..c31ed97 100644 --- a/buildinfo.json +++ b/buildinfo.json @@ -51,12 +51,21 @@ "1.1.110": { "sha256": "485fe6db36e5decd7dd0d70e7c97e61f818100fa3e48d87884b287027c7a646a", "tags": [ - "latest", - "stable", "stable-1.1.110", "1", "1.1", "1.1.110" ] + }, + "2.0.7": { + "sha256": "e6a64a9ee5b1d3773cd1f40aa5cf78e91960eade6c508fd365c34752afdf2762", + "tags": [ + "latest", + "stable", + "stable-2.0.7", + "2", + "2.0", + "2.0.7" + ] } } diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 9d6a680..72bd12d 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.110 - - SHA256=485fe6db36e5decd7dd0d70e7c97e61f818100fa3e48d87884b287027c7a646a + - VERSION=2.0.7 + - SHA256=e6a64a9ee5b1d3773cd1f40aa5cf78e91960eade6c508fd365c34752afdf2762 ports: - "34197:34197/udp" - "27015:27015/tcp"