We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42e5382 + 32212ae commit ee7244dCopy full SHA for ee7244d
1 file changed
postgres/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM postgres:15.5-bullseye
+FROM postgres:15.6-bullseye
2
3
RUN find / -type f -perm /u+s -ignore_readdir_race -exec chmod u-s {} \; && \
4
find / -type f -perm /g+s -ignore_readdir_race -exec chmod g-s {} \;
0 commit comments