Skip to content

Commit

Permalink
Update postgres Docker tag to v16.3 (#75)
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 Aug 16, 2024
1 parent c1a74c8 commit 2bad333
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 2bad333

Please sign in to comment.