We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30b9d63 + 19f7850 commit 003e14bCopy full SHA for 003e14b
1 file changed
postgres/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM postgres:15.10-bullseye@sha256:aa7d20018040035634fa3a17cfdf49d3bbce09f58c62d8a36b7ecb9f7dddb280
+FROM postgres:15.10-bullseye@sha256:a875f9795e193953526bfb309ddc1313bb84bd147bd901fa5016d97abd169121
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