Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17 (#897)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 5e2245b commit c4c1fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
container_name: notangles-database
hostname: notangles_database
restart: always
image: postgres:16-alpine
image: postgres:17-alpine
ports:
- '5432:5432'
environment:
Expand Down

0 comments on commit c4c1fd2

Please sign in to comment.