Skip to content

Commit

Permalink
Merge pull request #4542 from dev-hato/renovate/postgres-15.10-bullseye
Browse files Browse the repository at this point in the history
chore(deps): update postgres:15.10-bullseye docker digest to d294ce1
  • Loading branch information
renovate[bot] authored Dec 3, 2024
2 parents 0097eea + e72de2a commit e7d131a
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.10-bullseye@sha256:2a02f5ec0473281908c96f9f3687e6c077b97fdf282e6d45ce07795bbe41f00f
FROM postgres:15.10-bullseye@sha256:d294ce1dfd4e4f2bb325205595425a7e461df42b3d521907b4221453b1e32c25

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 e7d131a

Please sign in to comment.