Change project to use latest images

This commit is contained in:
2026-09-12 11:52:33 +03:00
parent 61b322332f
commit 65e0904e91
+3 -3
View File
@@ -1,6 +1,6 @@
services:
init-permissions:
image: alpine:3.21
image: alpine:latest
container_name: git-server-init-permissions
restart: "no"
environment:
@@ -17,7 +17,7 @@ services:
chown -R 70:70 /postgres
db:
image: postgres:16-alpine
image: postgres:alpine
container_name: git-server-db
restart: unless-stopped
depends_on:
@@ -38,7 +38,7 @@ services:
retries: 5
gitea:
image: gitea/gitea:1.24-rootless
image: gitea/gitea:latest-rootless
container_name: git-server
restart: unless-stopped
depends_on: