From 0da76f2ba9d1850a8f99dab3e122457d00b53ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 03:35:46 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.2 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c57e1e84..6b667aac 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,7 +33,7 @@ services: - draft-backend-network postgres: - image: postgres:16.1-alpine3.18 + image: postgres:16.2-alpine3.18 restart: always # command: # - "postgres"