Skip to content

Commit 868793d

Browse files
authoredFeb 20, 2025··
build(deps): bump postgres in /Samples/Quickstart/fusionauth/latest (#49)
Bumps postgres from 16.0-bookworm to 16.7-bookworm. --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0025e8 commit 868793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Samples/Quickstart/fusionauth/latest/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: postgres:16.0-bookworm
3+
image: postgres:16.7-bookworm
44
environment:
55
PGDATA: /var/lib/postgresql/data/pgdata
66
POSTGRES_USER: ${POSTGRES_USER}

0 commit comments

Comments
 (0)
Please sign in to comment.