Skip to content

Commit a1eb4e9

Browse files
build(deps): bump postgres in /Samples/Quickstart/fusionauth/latest (#80)
Bumps postgres from 16.8-bookworm to 16.9-bookworm. --- updated-dependencies: - dependency-name: postgres dependency-version: 16.9-bookworm 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 62894f9 commit a1eb4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: postgres:16.8-bookworm
3+
image: postgres:16.9-bookworm
44
environment:
55
PGDATA: /var/lib/postgresql/data/pgdata
66
POSTGRES_USER: ${POSTGRES_USER}

0 commit comments

Comments
 (0)