Skip to content

Commit

Permalink
chore(api-node): update postgres docker tag to v17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 36b945f commit d8a777d
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:17.1-alpine
image: postgres:17.2-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:17.1-alpine
image: postgres:17.2-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
- ./postgres/init_up.sql:/docker-entrypoint-initdb.d/init.sql
Expand Down

0 comments on commit d8a777d

Please sign in to comment.