We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b9d63 commit 19f7850Copy full SHA for 19f7850
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