From 600617f9baa1117840ebcc0334898a12c923165b Mon Sep 17 00:00:00 2001 From: Elliott Shugerman Date: Sun, 3 Jul 2022 13:47:37 -0400 Subject: [PATCH] bump alpine version for pg v14 --- .github/workflows/build-and-push-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index cbd4ad7..58acb3e 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -15,7 +15,7 @@ jobs: - { postgres: 11, alpine: '3.10' } - { postgres: 12, alpine: '3.12' } - { postgres: 13, alpine: '3.14' } - - { postgres: 14, alpine: '3.15' } + - { postgres: 14, alpine: '3.16' } steps: - name: Checkout repository