Skip to content

Commit 3cb1416

Browse files
chore(deps): update postgres docker tag to v15.11
1 parent e662c00 commit 3cb1416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:15.10-bullseye@sha256:be0b0a83dd3cb180a7f00c51d9e2e2fc489c732ee0561a3045719372b54cd675
1+
FROM postgres:15.11-bullseye@sha256:c8a0c919df63355915452953d78e102cce6203a5e967bf1afaa45afa395dfd57
22

33
RUN find / -type f -perm /u+s -ignore_readdir_race -exec chmod u-s {} \; && \
44
find / -type f -perm /g+s -ignore_readdir_race -exec chmod g-s {} \;

0 commit comments

Comments
 (0)