use ubuntu

This commit is contained in:
Joe Becher 2019-08-24 12:34:36 -04:00 committed by GitHub
parent 9e1c456662
commit cbad155b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ]
ENTRYPOINT [ "/app/entrypoint.sh" ]