Skip to content

Commit 99fae35

Browse files
Bump gotify/server version (2.2.2 => 2.2.4) (#177)
* Update .devcontainer\docker-compose.yml * Update .ci\docker-compose.yml * Update README.md
1 parent 2151503 commit 99fae35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33
services:
44
gotify:
55
container_name: ci_gotify
6-
image: gotify/server:2.2.2
6+
image: gotify/server:2.2.4
77
ports:
88
- "127.0.0.1:8080:80"
99
environment:

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313

1414
gotify:
1515
container_name: gotify
16-
image: gotify/server:2.2.2
16+
image: gotify/server:2.2.4
1717
ports:
1818
- "8080:80"
1919
environment:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PHP library for interacting with a [Gotify](https://github.com/gotify/server) server using the [Gotify REST-API](https://gotify.net/api-docs).
77

8-
Supports Gotify server version 2.2.2.
8+
Supports Gotify server version 2.2.4.
99

1010
## Install
1111

0 commit comments

Comments
 (0)