-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jiakun
committed
Sep 11, 2023
1 parent
b3961eb
commit df4fa52
Showing
2 changed files
with
4 additions
and
3 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
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 as build | ||
FROM alpine:3.18.3 as build | ||
|
||
WORKDIR /src | ||
|
||
|
@@ -19,7 +19,7 @@ RUN cvs -d :pserver:[email protected]:/cvs -z9 co libowfat \ | |
&& sed -i '/^FEATURES+=-DWANT_FULLSCRAPE$/s/^/#/' Makefile | ||
&& make -j4 | ||
|
||
FROM alpine | ||
FROM alpine:3.18.3 | ||
|
||
# XDG目录规范 | ||
ENV XDG_CONFIG_HOME=/config | ||
|