Skip to content

Commit

Permalink
Merge pull request #213 from ggogel/renovate/ggogel-seahub-11.0.x
Browse files Browse the repository at this point in the history
Update ggogel/seahub Docker tag to v11.0.7
  • Loading branch information
ggogel authored Apr 17, 2024
2 parents 5137cf2 + 4b883ab commit d6fea57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose-kompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
restart: always

seahub:
image: ggogel/seahub:11.0.6
image: ggogel/seahub:11.0.7
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
endpoint_mode: dnsrr

seahub:
image: ggogel/seahub:11.0.6
image: ggogel/seahub:11.0.7
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
restart: unless-stopped

seahub:
image: ggogel/seahub:11.0.6
image: ggogel/seahub:11.0.7
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
Expand Down
2 changes: 1 addition & 1 deletion k8s/seahub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
value: [email protected]
- name: SEAFILE_ADMIN_PASSWORD
value: asecret
image: ggogel/seahub:11.0.6
image: ggogel/seahub:11.0.7
name: seahub
ports:
- containerPort: 8000
Expand Down

0 comments on commit d6fea57

Please sign in to comment.