Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat: ignore .git and .github (#63)
* feat: ignore .git and .github Close #57 * feat: update alpine to 3.11.0 cf. #64
- Loading branch information
Shohei Ueda
authored and
GitHub
committed
Dec 24, 2019
1 parent
d772f4e
commit bdedb4e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM alpine:3.10.3 | ||
FROM alpine:3.11.0 | ||
|
||
RUN apk add --no-cache \ | ||
bash \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters