Skip to content

Commit 46110c8

Browse files
chore(deps): update postgres docker tag to v18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fff1b7b commit 46110c8

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:17.7-alpine
9+
image: postgres:18.1-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)