Skip to content

Commit 32212ae

Browse files
Update postgres Docker tag to v15.6
1 parent 42e5382 commit 32212ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:15.5-bullseye
1+
FROM postgres:15.6-bullseye
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)