Skip to content

Commit

Permalink
chore(deps): update bitnami/postgresql-repmgr docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent d9f2772 commit 0be8b6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql-repmgr:12
FROM bitnami/postgresql-repmgr:16

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql-repmgr:13
FROM bitnami/postgresql-repmgr:16

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql-repmgr:14
FROM bitnami/postgresql-repmgr:16

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql-repmgr:15
FROM bitnami/postgresql-repmgr:16

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down

0 comments on commit 0be8b6e

Please sign in to comment.