Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent e19482b commit ef62ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
labels:
- "traefik.enable=false"
postgresql:
image: postgres:16.1
image: postgres:16.3
restart: always
volumes:
- postgresql_data:/var/lib/postgresql/data
Expand Down

0 comments on commit ef62ef6

Please sign in to comment.