Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stable to 2.0.28 #71

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* **2024-12-21**
* Stable and experimental Factorio v[2.0.28](https://forums.factorio.com/124820)
* Tag & release v2.0.28
---
* **2024-12-02**
* Stable and experimental Factorio v[2.0.23](https://forums.factorio.com/123194)
* Tag & release v2.0.23
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

| Docker Tag | Factorio Version | Description | Release Date |
| --- | :---: | --- | :---: |
| [latest, stable](https://github.com/goofball222/factorio/blob/main/stable/Dockerfile) | [2.0.23](https://forums.factorio.com/123194) | Factorio headless server stable release | 2024-12-02 |
| [experimental](https://github.com/goofball222/factorio/blob/main/experimental/Dockerfile) | [2.0.23](https://forums.factorio.com/123194) | Factorio headless server experimental release | 2024-12-02 |
| [2.0.23](https://github.com/goofball222/factorio/releases/tag/2.0.23) | [2.0.23](https://forums.factorio.com/123194) | Factorio headless server stable static release | 2024-12-02 |
| [latest, stable](https://github.com/goofball222/factorio/blob/main/stable/Dockerfile) | [2.0.28](https://forums.factorio.com/124820) | Factorio headless server stable release | 2024-12-21 |
| [experimental](https://github.com/goofball222/factorio/blob/main/experimental/Dockerfile) | [2.0.23](https://forums.factorio.com/124820) | Factorio headless server experimental release | 2024-12-21 |
| [2.0.28](https://github.com/goofball222/factorio/releases/tag/2.0.28) | [2.0.28](https://forums.factorio.com/124820) | Factorio headless server stable static release | 2024-12-21 |

---

Expand Down Expand Up @@ -106,7 +106,7 @@ services:
| `DEBUG` | ***false*** | Set to *true* for extra container verbosity for debugging |
| `FACTORIO_OPTS` | ***unset*** | Add custom command line options to factorio server executable at runtime |
| `FACTORIO_PORT` | ***unset*** | Override server default port for game client connections |
| `FACTORIO_RCON_PASSWORD` | ***unset*** | Specifiy the server RCON password |
| `FACTORIO_RCON_PASSWORD` | ***unset*** | Specify the server RCON password |
| `FACTORIO_RCON_PORT` | ***27015*** | Specifies the server RCON admin port |
| `FACTORIO_SCENARIO` | ***unset*** | Specifies a scenario name for the server to run |
| `PGID` | ***999*** | Specifies the GID for the container internal factorio group (used for file ownership) |
Expand Down
2 changes: 1 addition & 1 deletion experimental/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.23
2.0.28
2 changes: 1 addition & 1 deletion stable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.23
2.0.28
Loading