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