2 Commits

Author SHA1 Message Date
renovate[bot]
43d10aa7ba Update docker.io/postgres Docker tag to v17.4 (#1250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 16:11:55 -06:00
renovate[bot]
884ce398f4 Update ghcr.io/ferretdb/ferretdb Docker tag to v2 (#1293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 16:11:40 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ komodo:
ferretdb:
image:
repository: ghcr.io/ferretdb/ferretdb
tag: 1.24.0
tag: 2.0.0
pullPolicy: IfNotPresent
env:
- name: FERRETDB_POSTGRESQL_URL

View File

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