From 5637c1409b214d093577a55709ccb1b29298bcb5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 19 Feb 2023 16:02:54 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v15 --- tuto3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuto3.yml b/tuto3.yml index 8c90bd1..4f00ccb 100644 --- a/tuto3.yml +++ b/tuto3.yml @@ -208,7 +208,7 @@ services: - /var/lib/adlin/nsd - /var/lib/adlin/nsd-db - name: db - image: postgres:10-alpine + image: postgres:15-alpine net: /run/netns/db pid: new ipc: new -- 2.47.2