use ubuntu

This commit is contained in:
Joe Becher
2019-08-24 12:34:36 -04:00
committed by GitHub
parent 9e1c456662
commit cbad155b75

View File

@@ -1,6 +1,6 @@
# Codecov @codecov # Codecov @codecov
FROM alpine:3.10 FROM ubuntu:latest
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
@@ -9,4 +9,4 @@ RUN apk add --no-cache curl bash git
RUN chmod +x /app/entrypoint.sh RUN chmod +x /app/entrypoint.sh
ENTRYPOINT [ "/app/entrypoint.sh" ] ENTRYPOINT [ "/app/entrypoint.sh" ]