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 31fccc5 commit 9f16379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-pgsql.yml
Expand Up @@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json

postgres:
image: postgres:16.1-alpine
image: postgres:16.3-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb
Expand Down

0 comments on commit 9f16379

Please sign in to comment.