Skip to content

Commit

Permalink
Update postgres Docker tag to v16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 849854e commit a8ce65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/docker-compose-refarch-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: default-services
services:
postgres:
container_name: postgres
image: postgres:16.0-alpine3.18
image: postgres:16.3-alpine3.18
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=admin
Expand Down

0 comments on commit a8ce65c

Please sign in to comment.