mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 07:15:47 +02:00
gitea: bump version to 1.20.1
This commit is contained in:
parent
37c7d6e2ca
commit
7e1556bcf5
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.19.1'
|
||||
image: 'gitea/gitea:1.20.1'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
||||
db:
|
||||
image: 'postgres:14.7-alpine'
|
||||
image: 'postgres:14.8-alpine'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue