Skip to content

Commit

Permalink
chore(api-node): update postgres docker tag to v17 (#19794)
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 Oct 17, 2024
1 parent 0ba2bf0 commit 1e3236b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-node/docker-compose.cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# PostgreSQL
postgres:
container_name: hm_postgres
image: postgres:16.4-alpine
image: postgres:17.0-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
- ./postgres/init_up.sql:/docker-entrypoint-initdb.d/init.sql
Expand Down
2 changes: 1 addition & 1 deletion api-node/docker-compose.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
# PostgreSQL
postgres:
container_name: hm_postgres
image: postgres:16.4-alpine
image: postgres:17.0-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
- ./postgres/init_up.sql:/docker-entrypoint-initdb.d/init.sql
Expand Down

0 comments on commit 1e3236b

Please sign in to comment.