From a1dc17644946a1f741cef1b499032756cebe8d30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 02:47:14 +0000 Subject: [PATCH] Update postgres Docker tag to v14.13 --- playing_with_go/testing-in-go/webApp/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playing_with_go/testing-in-go/webApp/docker-compose.yml b/playing_with_go/testing-in-go/webApp/docker-compose.yml index 26b5691..ad21a96 100644 --- a/playing_with_go/testing-in-go/webApp/docker-compose.yml +++ b/playing_with_go/testing-in-go/webApp/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: postgres: - image: 'postgres:14.5' + image: 'postgres:14.13' restart: always environment: POSTGRES_USER: postgres