mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-12-26 19:08:23 +01:00
Compare commits
3 Commits
b20d93e229
...
25a283ad79
Author | SHA1 | Date | |
---|---|---|---|
|
25a283ad79 | ||
|
b172b16ff4 | ||
|
eb150cff0d |
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Run update script
|
||||
run: ./update.sh
|
||||
|
@ -6,8 +6,7 @@
|
||||
[中文](./README_zh_CN.md)
|
||||
|
||||
<!-- start autogeneration tags -->
|
||||
* `2`, `2.0`, `2.0.9`, `stable`, `stable-2.0.9`
|
||||
* `2.0.10`, `latest`
|
||||
* `2`, `2.0`, `2.0.10`, `latest`, `stable`, `stable-2.0.10`
|
||||
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
|
||||
* `1.0`, `1.0.0`
|
||||
* `0.17`, `0.17.79`
|
||||
|
@ -57,20 +57,14 @@
|
||||
"1.1.110"
|
||||
]
|
||||
},
|
||||
"2.0.9": {
|
||||
"sha256": "f499077b3e2c1313452c350f1faf17db31cae2a0fa738f69166e97c3caa3c86d",
|
||||
"tags": [
|
||||
"stable",
|
||||
"stable-2.0.9",
|
||||
"2",
|
||||
"2.0",
|
||||
"2.0.9"
|
||||
]
|
||||
},
|
||||
"2.0.10": {
|
||||
"sha256": "2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4",
|
||||
"tags": [
|
||||
"latest",
|
||||
"stable",
|
||||
"stable-2.0.10",
|
||||
"2",
|
||||
"2.0",
|
||||
"2.0.10"
|
||||
]
|
||||
}
|
||||
|
@ -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.9
|
||||
- SHA256=f499077b3e2c1313452c350f1faf17db31cae2a0fa738f69166e97c3caa3c86d
|
||||
- VERSION=2.0.10
|
||||
- SHA256=2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4
|
||||
ports:
|
||||
- "34197:34197/udp"
|
||||
- "27015:27015/tcp"
|
||||
|
Loading…
Reference in New Issue
Block a user