Merge pull request 'chore(deps): update postgres docker tag to v16.1' (#77) from renovate/postgres-16.x into master
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 38s
Build, Package and Push Images / sonarqube (push) Successful in 1m44s
Build, Package and Push Images / container-build (push) Successful in 1m56s
Build, Package and Push Images / container-sbom-scan (push) Successful in 47s

Reviewed-on: #77
This commit is contained in:
rainote 2023-11-14 19:53:58 +00:00
commit c239c11391

View file

@ -25,7 +25,7 @@
db: db:
container_name: continuity-db container_name: continuity-db
image: postgres:16.0-alpine image: postgres:16.1-alpine
restart: always restart: always
environment: environment:
- POSTGRES_USER=continuity - POSTGRES_USER=continuity