Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update postgres #16291

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Update postgres #16291

merged 1 commit into from
Feb 21, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 21, 2024

Changes:

Changes:

- docker-library/postgres@44ef8b2: Merge pull request docker-library/postgres#1201 from finnigja/master
- docker-library/postgres@ab69250: update to gosu 1.17
Copy link

Diff for 3393334:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 34c1ce4..6e018cf 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,7 +3,7 @@ GitRepo: https://github.com/docker-library/postgres.git
 
 Tags: 12.18, 12, 12.18-bookworm, 12-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 6e883d9b1efe8479bca7ad0eab354a95fee46786
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 12/bookworm
 
 Tags: 12.18-alpine3.18, 12-alpine3.18
@@ -18,12 +18,12 @@ Directory: 12/alpine3.19
 
 Tags: 12.18-bullseye, 12-bullseye
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 6e883d9b1efe8479bca7ad0eab354a95fee46786
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 12/bullseye
 
 Tags: 13.14, 13, 13.14-bookworm, 13-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: a2de6cd9b0e9ad68b03148241195e15137246c29
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 13/bookworm
 
 Tags: 13.14-alpine3.18, 13-alpine3.18
@@ -38,12 +38,12 @@ Directory: 13/alpine3.19
 
 Tags: 13.14-bullseye, 13-bullseye
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: a2de6cd9b0e9ad68b03148241195e15137246c29
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 13/bullseye
 
 Tags: 14.11, 14, 14.11-bookworm, 14-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 901df4c333940b96e1b438f9bd6dcd0f1c534116
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 14/bookworm
 
 Tags: 14.11-alpine3.18, 14-alpine3.18
@@ -58,12 +58,12 @@ Directory: 14/alpine3.19
 
 Tags: 14.11-bullseye, 14-bullseye
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 901df4c333940b96e1b438f9bd6dcd0f1c534116
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 14/bullseye
 
 Tags: 15.6, 15, 15.6-bookworm, 15-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 34d4c14c235806e57fdd5eaf197f718fccee93b0
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 15/bookworm
 
 Tags: 15.6-alpine3.18, 15-alpine3.18
@@ -78,12 +78,12 @@ Directory: 15/alpine3.19
 
 Tags: 15.6-bullseye, 15-bullseye
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 34d4c14c235806e57fdd5eaf197f718fccee93b0
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 15/bullseye
 
 Tags: 16.2, 16, latest, 16.2-bookworm, 16-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 1424abf76f421d6f7bf933d9e42bbbed866fae3a
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 16/bookworm
 
 Tags: 16.2-alpine3.18, 16-alpine3.18, alpine3.18
@@ -98,5 +98,5 @@ Directory: 16/alpine3.19
 
 Tags: 16.2-bullseye, 16-bullseye, bullseye
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 1424abf76f421d6f7bf933d9e42bbbed866fae3a
+GitCommit: ab6925051ca097d415816928a50c483ecc370c00
 Directory: 16/bullseye
diff --git a/postgres_12-bookworm/Dockerfile b/postgres_12-bookworm/Dockerfile
index 57a1adc..d5345d4 100644
--- a/postgres_12-bookworm/Dockerfile
+++ b/postgres_12-bookworm/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_12-bullseye/Dockerfile b/postgres_12-bullseye/Dockerfile
index be1f0a5..b1feb37 100644
--- a/postgres_12-bullseye/Dockerfile
+++ b/postgres_12-bullseye/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_13-bookworm/Dockerfile b/postgres_13-bookworm/Dockerfile
index 9680e20..b4d5f58 100644
--- a/postgres_13-bookworm/Dockerfile
+++ b/postgres_13-bookworm/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_13-bullseye/Dockerfile b/postgres_13-bullseye/Dockerfile
index 8de5fe7..3b97cb7 100644
--- a/postgres_13-bullseye/Dockerfile
+++ b/postgres_13-bullseye/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_14-bookworm/Dockerfile b/postgres_14-bookworm/Dockerfile
index 8725665..ffb2e6e 100644
--- a/postgres_14-bookworm/Dockerfile
+++ b/postgres_14-bookworm/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_14-bullseye/Dockerfile b/postgres_14-bullseye/Dockerfile
index 838745c..8759c8d 100644
--- a/postgres_14-bullseye/Dockerfile
+++ b/postgres_14-bullseye/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_15-bookworm/Dockerfile b/postgres_15-bookworm/Dockerfile
index 93dc03e..c0b4f06 100644
--- a/postgres_15-bookworm/Dockerfile
+++ b/postgres_15-bookworm/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_15-bullseye/Dockerfile b/postgres_15-bullseye/Dockerfile
index 8430750..6765174 100644
--- a/postgres_15-bullseye/Dockerfile
+++ b/postgres_15-bullseye/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_bookworm/Dockerfile b/postgres_bookworm/Dockerfile
index 3745196..6bcb1b8 100644
--- a/postgres_bookworm/Dockerfile
+++ b/postgres_bookworm/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \
diff --git a/postgres_bullseye/Dockerfile b/postgres_bullseye/Dockerfile
index 3427042..9e87ce3 100644
--- a/postgres_bullseye/Dockerfile
+++ b/postgres_bullseye/Dockerfile
@@ -29,7 +29,7 @@ RUN set -ex; \
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
-ENV GOSU_VERSION 1.16
+ENV GOSU_VERSION 1.17
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
 	apt-get update; \

Relevant Maintainers:

@tianon tianon merged commit e9a0461 into docker-library:master Feb 21, 2024
25 checks passed
@tianon tianon deleted the postgres branch February 21, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants