Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent e003b4c commit 949c25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15.7-bullseye
FROM postgres:15.8-bullseye

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

0 comments on commit 949c25b

Please sign in to comment.