1 Commits

Author SHA1 Message Date
9e8e68e455 Update docker.io/postgres Docker tag to v18
Some checks failed
lint-test-docker / docker-lint (pull_request) Failing after 1s
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Failing after 1s
2025-11-04 20:47:01 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ libation:
main:
image:
repository: rmcrackan/libation
tag: 12.6.0
tag: 12.5.7
pullPolicy: IfNotPresent
env:
- name: SLEEP_TIME

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun
postgresql:
image: docker.io/postgres:17.6-alpine3.21
image: docker.io/postgres:18.0-alpine3.21
container_name: gitea-postgres
env_file:
- .env