Skip to content

Commit 18a4834

Browse files
Auto Update Factorio to stable version: 2.0.76 experimental version: 2.0.76
1 parent 30b2c11 commit 18a4834

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<!-- start autogeneration tags -->
99
* `latest, 2.0.76`
10-
* `2, 2.0, 2.0.73, stable, stable-2.0.73`
1110
<!-- end autogeneration tags -->
1211

1312
## Tag descriptions

buildinfo.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2-
"2.0.73": {
3-
"sha256": "752025f81b5ec1229919edc869f9c8773db4bb548a90d370f85938236c857d9a",
4-
"tags": [
5-
"stable",
6-
"stable-2.0.73",
7-
"2",
8-
"2.0",
9-
"2.0.73"
10-
]
11-
},
122
"2.0.76": {
133
"sha256": "ef3663f66146d76342f7c09a3f743792636f8cd95c39ea26cfca5bd2e0e92430",
144
"tags": [
155
"latest",
6+
"stable",
7+
"stable-2.0.76",
8+
"2",
9+
"2.0",
1610
"2.0.76"
1711
]
1812
}

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
args:
77
# Check buildinfo.json for supported versions and SHAs
88
# https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
9-
- VERSION=2.0.73
10-
- SHA256=752025f81b5ec1229919edc869f9c8773db4bb548a90d370f85938236c857d9a
9+
- VERSION=2.0.76
10+
- SHA256=ef3663f66146d76342f7c09a3f743792636f8cd95c39ea26cfca5bd2e0e92430
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)