Skip to content

Commit 25c41df

Browse files
build(deps): bump the gotify group across 2 directories with 1 update (#547)
Bumps the gotify group with 1 update in the /.ci directory: gotify/server. Bumps the gotify group with 1 update in the /.devcontainer directory: gotify/server. Updates `gotify/server` from 2.8.0 to 2.9.1 Updates `gotify/server` from 2.8.0 to 2.9.1 --- updated-dependencies: - dependency-name: gotify/server dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gotify - dependency-name: gotify/server dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gotify ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c31945e commit 25c41df

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.8.0
6+
image: gotify/server:2.9.1
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
@@ -15,7 +15,7 @@ services:
1515

1616
gotify:
1717
container_name: gotify-server
18-
image: gotify/server:2.8.0
18+
image: gotify/server:2.9.1
1919
ports:
2020
- "8080:80"
2121
environment:

0 commit comments

Comments
 (0)