Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 8a5ef40 commit 1c3f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
database:
image: postgres:16.3-alpine3.20
image: postgres:16.4-alpine3.20
environment:
POSTGRES_DB: testdb
POSTGRES_USER: testuser
Expand Down

0 comments on commit 1c3f7ca

Please sign in to comment.