Adilmar megavision commited on
Commit
ae09f70
·
verified ·
1 Parent(s): 3acd27f

Update Dockerfile (#1)

Browse files

- Update Dockerfile (c8ab421676fee60de20696238ec1261b915139f7)


Co-authored-by: vision <megavision@users.noreply.huggingface.co>

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