Skip to content

Commit

Permalink
Update to Factorio version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank committed Sep 2, 2021
1 parent 5e018ca commit f2a5d6d
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
[中文](./README_zh_CN.md)

<!-- start autogeneration tags -->
* `1.1.39`, `1.1`, `latest`, `stable` [(1.1/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/1.1/Dockerfile)
* `1.0.0`, `1.0` [(1.0/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/1.0/Dockerfile)
* `0.18.47`, `0.18` [(0.18/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/0.18/Dockerfile)
* `0.17.79`, `0.17` [(0.17/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/0.17/Dockerfile)
* `0.16.51`, `0.16` [(0.16/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/0.16/Dockerfile)
* `0.15.40`, `0.15` [(0.15/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/0.15/Dockerfile)
* `0.14.23`, `0.14` [(0.14/Dockerfile)](https://github.com/factoriotools/factorio-docker/blob/master/0.14/Dockerfile)
* <!-- end autogeneration tags -->
* `1.1.39`, `1`, `1.1`, `latest`
* `1.1.38`, `stable`
* `1.0.0`, `1.0`
* `0.18.47`, `0`, `0.18`
* `0.17.79`, `0.17`
* `0.16.51`, `0.16`
* `0.15.40`, `0.15`
* `0.14.23`, `0.14`
* `0.13.20`, `0.13`
* `0.12.35`, `0.12`
<!-- end autogeneration tags -->

## Tag descriptions

Expand Down
75 changes: 75 additions & 0 deletions buildinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"0.12.35": {
"sha1": "ea15636469148662c26786ad916ac066ee5aab56",
"tags": [
"0.12.35",
"0.12"
]
},
"0.13.20": {
"sha1": "59ed0edb3f62f0f41a01fc291959b0a8b44cf631",
"tags": [
"0.13.20",
"0.13"
]
},
"0.14.23": {
"sha1": "6ef84341c6fc1cf45cfdd6acc8468aaa117b9e8a",
"tags": [
"0.14.23",
"0.14"
]
},
"0.15.40": {
"sha1": "f79a975f6b8c0ee87e2fa60f7d1f7133f332c3ec",
"tags": [
"0.15.40",
"0.15"
]
},
"0.16.51": {
"sha1": "127e7ff484ab263b13615d6114013ce0a66ac929",
"tags": [
"0.16.51",
"0.16"
]
},
"0.17.79": {
"sha1": "7f127baf3cf01c6e545a9ca376dec1ac37468f8a",
"tags": [
"0.17.79",
"0.17"
]
},
"0.18.47": {
"sha1": "",
"tags": [
"0.18.47",
"0",
"0.18"
]
},
"1.0.0": {
"sha1": "a50dd6f1ab17acde5a8d77bc5fb478c798d9c20e",
"tags": [
"1.0.0",
"1.0"
]
},
"1.1.38": {
"sha1": "8adf06fd1369b84dc6afc6f927c616b5c3db23e1",
"tags": [
"1.1.38",
"stable"
]
},
"1.1.39": {
"sha1": "d51d0d3f5cb39e2358b33486ad2b05693e4f750c",
"tags": [
"1.1.39",
"1",
"1.1",
"latest"
]
}
}

0 comments on commit f2a5d6d

Please sign in to comment.