diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-15 17:08:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 17:08:42 +0000 |
| commit | 547bf767a3f2c6de07cf5bdcf592ffb2f549323d (patch) | |
| tree | 4a17cce0e0f3ffdee9225597edfced22940a1621 | |
| parent | a0ac7056a5323dd395880bdc71a2528a8806740d (diff) | |
| download | warden-547bf767a3f2c6de07cf5bdcf592ffb2f549323d.tar.bz2 warden-547bf767a3f2c6de07cf5bdcf592ffb2f549323d.zip | |
chore(deps): update postgres docker tag to v18.1 (#91)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | contrib/docker-compose/compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker-compose/compose.yaml b/contrib/docker-compose/compose.yaml index 9d32042..93ffd69 100644 --- a/contrib/docker-compose/compose.yaml +++ b/contrib/docker-compose/compose.yaml @@ -2,7 +2,7 @@ name: warden services: database: - image: postgres:18.0-alpine + image: postgres:18.1-alpine restart: always shm_size: 128mb environment: |
