Skip to content

Commit ee7244d

Browse files
Merge pull request #3681 from dev-hato/renovate/postgres-15.x
Update postgres Docker tag to v15.6
2 parents 42e5382 + 32212ae commit ee7244d

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)