Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
Update postgres from 16 to 17

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Nov 21, 2024
1 parent 1d329b4 commit f6bafff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.npm-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.1"
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: docker
POSTGRES_PASSWORD: docker
Expand Down

0 comments on commit f6bafff

Please sign in to comment.