Skip to content

Commit ea2af57

Browse files
Bump gotify/server version (2.2.5 => 2.3.0) (#250)
https://github.com/gotify/server/releases/tag/v2.3.0 * Update .ci\docker-compose.yml * Update .devcontainer\docker-compose.yml
1 parent 9f75278 commit ea2af57

2 files changed

Lines changed: 2 additions & 2 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.5
6+
image: gotify/server:2.3.0
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.5
16+
image: gotify/server:2.3.0
1717
ports:
1818
- "8080:80"
1919
environment:

0 commit comments

Comments
 (0)