chore(deps): update codeberg.org/forgejo/forgejo docker tag to v1.21.1 (#1693)

This commit is contained in:
renovate[bot] 2023-11-26 16:38:25 +00:00 committed by GitHub
parent 9d7e7835b8
commit bebef32c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "forgejo",
"tipi_version": 8,
"version": "1.20.5-0",
"tipi_version": 9,
"version": "1.21.1-0",
"categories": [
"development"
],
@ -22,5 +22,8 @@
"env_variable": "FORGEJO_DB_PASSWORD"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
forgejo:
image: codeberg.org/forgejo/forgejo:1.20.5-0
image: codeberg.org/forgejo/forgejo:1.21.1-0
container_name: forgejo
environment:
- USER_UID=1000