Skip to content

Commit

Permalink
Merge pull request #3401 from dev-hato/dependabot/docker/postgres/pos…
Browse files Browse the repository at this point in the history
…tgres-15.5-bullseye

build(deps): bump postgres from 15.4-bullseye to 15.5-bullseye in /postgres
  • Loading branch information
Goryudyuma authored Nov 15, 2023
2 parents 0e062f7 + 4259717 commit 6d04bbc
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.4-bullseye
FROM postgres:15.5-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 6d04bbc

Please sign in to comment.