Skip to content

Commit

Permalink
Merge pull request #26 from approvers/scratch_to_alpine
Browse files Browse the repository at this point in the history
DockerfileのイメージをScratchをAlpineに変更
  • Loading branch information
kawaemon authored Jul 8, 2020
2 parents ee80056 + 943e08a commit ed82568
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 @@ -5,7 +5,7 @@ WORKDIR /src
RUN go build -a -tags netgo -installsuffix netgo -o change-status-go


FROM scratch
FROM alpine:3.12
COPY --from=build /src/change-status-go /bot/
WORKDIR /bot/
ENTRYPOINT [ "/bot/change-status-go" ]

0 comments on commit ed82568

Please sign in to comment.