Skip to content

Commit

Permalink
chore: update the Dockerfile for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Apr 27, 2020
1 parent 0c78d38 commit 2497c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.10

RUN apk add --no-cache curl

RUN curl -sSf https://installer.saltbo.cn/uptoc.sh | sh
RUN curl -sSf https://uptoc.saltbo.cn/install.sh | sh

COPY LICENSE README.md /
COPY scripts/entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 2497c10

Please sign in to comment.