chore: bump some versions
parent
96442c6fab
commit
2e8cbd7be2
|
@ -3,7 +3,7 @@ version: '3.4'
|
|||
services:
|
||||
app:
|
||||
# Latest contains a development version
|
||||
image: 'gitea/gitea:1.18.0'
|
||||
image: 'gitea/gitea:1.18.5'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
||||
db:
|
||||
image: 'postgres:14.6-alpine'
|
||||
image: 'postgres:14.7-alpine'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||
|
||||
services:
|
||||
app:
|
||||
image: 'miniflux/miniflux:2.0.40'
|
||||
image: 'miniflux/miniflux:2.0.42'
|
||||
command: '/usr/bin/miniflux -c /etc/miniflux.conf'
|
||||
|
||||
deploy:
|
||||
|
@ -32,7 +32,7 @@ services:
|
|||
- miniflux_admin_password_v2
|
||||
|
||||
db:
|
||||
image: 'postgres:14.5-alpine'
|
||||
image: 'postgres:14.7-alpine'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||
|
||||
services:
|
||||
frontend:
|
||||
image: 'vikunja/frontend:0.20.2'
|
||||
image: 'vikunja/frontend:0.20.3'
|
||||
|
||||
deploy:
|
||||
# Frontend just serves some static files
|
||||
|
@ -20,7 +20,7 @@ services:
|
|||
- 'public'
|
||||
|
||||
api:
|
||||
image: 'vikunja/api:0.20.1'
|
||||
image: 'vikunja/api:0.20.2'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -58,7 +58,7 @@ services:
|
|||
- 'api-data:/app/vikunja/files'
|
||||
|
||||
db:
|
||||
image: 'postgres:14.6'
|
||||
image: 'postgres:14.7'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -74,7 +74,7 @@ services:
|
|||
- 'db-data:/var/lib/postgresql/data'
|
||||
|
||||
redis:
|
||||
image: 'redis:7.0.7-alpine'
|
||||
image: 'redis:7.0.9-alpine'
|
||||
|
||||
healthcheck:
|
||||
test: 'redis-cli -h localhost ping'
|
||||
|
|
Loading…
Reference in New Issue