Skip to content

Commit 891390e

Browse files
renovate[bot]DerMolly
authored andcommitted
chore(deps): update postgres docker tag to v16.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c938170 commit 891390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
database:
77
# Don't upgrade PostgreSQL by simply changing the version number
88
# You need to migrate the Database to the new PostgreSQL version
9-
image: postgres:16.4-alpine
9+
image: postgres:16.7-alpine
1010
#mem_limit: 256mb # version 2 only
1111
#memswap_limit: 512mb # version 2 only
1212
#read_only: true # not supported in swarm mode please enable along with tmpfs

0 commit comments

Comments
 (0)