Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Evolution-API v2 WITH Supabase PostgreSQL - Transaction Pooler Port 6543
2
- FROM atendai/evolution-api:v1.8.7
3
  # Install bash if needed
4
  RUN apk add --no-cache bash
5
 
 
1
  # Evolution-API v2 WITH Supabase PostgreSQL - Transaction Pooler Port 6543
2
+ FROM atendai/evolution-api:latest
3
  # Install bash if needed
4
  RUN apk add --no-cache bash
5