diff --git a/Dockerfile b/Dockerfile index f9cd8d0..bcad7ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Codecov @codecov -FROM alpine:3.10 +FROM ubuntu:latest WORKDIR /app COPY . /app @@ -9,4 +9,4 @@ RUN apk add --no-cache curl bash git RUN chmod +x /app/entrypoint.sh -ENTRYPOINT [ "/app/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/app/entrypoint.sh" ]