From 843ff087ba1f97ffc6c686b156c5bc60cb31bc28 Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 11 Nov 2024 07:02:47 +0000 Subject: [PATCH 1/2] Bumping version to 3.2.17 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b150cb7..8649cd4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.16 \ No newline at end of file +3.2.17 \ No newline at end of file From 84effeff2e84423102955fc79a6ae1520664dbcd Mon Sep 17 00:00:00 2001 From: bfren Date: Mon, 11 Nov 2024 07:03:18 +0000 Subject: [PATCH 2/2] Switching 14, 15 and 16 back to Alpine 3.20 --- 14/ALPINE_EDITION | 1 - 14/Dockerfile | 2 +- 15/ALPINE_EDITION | 1 - 15/Dockerfile | 2 +- 16/ALPINE_EDITION | 1 - 16/Dockerfile | 2 +- 6 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 14/ALPINE_EDITION delete mode 100644 15/ALPINE_EDITION delete mode 100644 16/ALPINE_EDITION diff --git a/14/ALPINE_EDITION b/14/ALPINE_EDITION deleted file mode 100644 index 318956c..0000000 --- a/14/ALPINE_EDITION +++ /dev/null @@ -1 +0,0 @@ -3.19 \ No newline at end of file diff --git a/14/Dockerfile b/14/Dockerfile index 4da26c5..3a42e10 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.13 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.13 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/ALPINE_EDITION b/15/ALPINE_EDITION deleted file mode 100644 index 318956c..0000000 --- a/15/ALPINE_EDITION +++ /dev/null @@ -1 +0,0 @@ -3.19 \ No newline at end of file diff --git a/15/Dockerfile b/15/Dockerfile index 165ad6d..2433d0f 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.13 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.13 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/16/ALPINE_EDITION b/16/ALPINE_EDITION deleted file mode 100644 index 318956c..0000000 --- a/16/ALPINE_EDITION +++ /dev/null @@ -1 +0,0 @@ -3.19 \ No newline at end of file diff --git a/16/Dockerfile b/16/Dockerfile index cd396d0..d733c91 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.13 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.13 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"