diff --git a/Dockerfile b/Dockerfile index ba711ea..78c430e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM golang:1.22 RUN apk add --no-cache ca-certificates COPY cake_crm /usr/local/bin/cake_crm RUN chmod +x /usr/local/bin/cake_crm