mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
use ubuntu
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user