mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 10:45:47 +02:00
gitea: bumped versions
This commit is contained in:
parent
0a62a22438
commit
a4e94abf6a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ version: '3.4'
|
|||
services:
|
||||
app:
|
||||
# Latest contains a development version
|
||||
image: 'gitea/gitea:1.16.6'
|
||||
image: 'gitea/gitea:1.16.8'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
||||
db:
|
||||
image: 'postgres:14.2-alpine'
|
||||
image: 'postgres:14.3-alpine'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue