-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from siomiz/9754
MAINT(all): v4.36-9754-beta
- Loading branch information
Showing
7 changed files
with
20 additions
and
20 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,10 +1,10 @@ | ||
FROM alpine:3.12 as prep | ||
FROM alpine:3.14 as prep | ||
|
||
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.34-9745-beta \ | ||
SHA256_SUM=a2d7951f4fafcef96ab8341a948a8d09ca02030e4161c5e90a34882aa8b34224 | ||
ENV BUILD_VERSION=4.36-9754-beta \ | ||
SHA256_SUM=6caec01178bdb971705ce8d5524af6f3b696e6fe1965f7c93a77d11e28fa3f0e | ||
|
||
RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ | ||
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ | ||
|
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.12 as prep | ||
FROM alpine:3.14 as prep | ||
|
||
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
@@ -12,7 +12,7 @@ RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VE | |
&& tar -x -C /usr/local/src/ -f v${BUILD_VERSION}.tar.gz \ | ||
&& rm v${BUILD_VERSION}.tar.gz | ||
|
||
FROM alpine:3.12 as build | ||
FROM alpine:3.14 as build | ||
|
||
COPY --from=prep /usr/local/src /usr/local/src | ||
|
||
|
@@ -26,7 +26,7 @@ RUN apk add -U build-base ncurses-dev openssl-dev readline-dev zip zlib-dev \ | |
&& touch /usr/vpnserver/vpn_server.config \ | ||
&& zip -r9 /artifacts.zip /usr/vpn* /usr/bin/vpn* | ||
|
||
FROM alpine:3.12 | ||
FROM alpine:3.14 | ||
|
||
COPY --from=build /artifacts.zip / | ||
|
||
|
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,10 +1,10 @@ | ||
FROM alpine:3.12 as prep | ||
FROM alpine:3.14 as prep | ||
|
||
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.34-9745-beta \ | ||
SHA256_SUM=a2d7951f4fafcef96ab8341a948a8d09ca02030e4161c5e90a34882aa8b34224 | ||
ENV BUILD_VERSION=4.36-9754-beta \ | ||
SHA256_SUM=6caec01178bdb971705ce8d5524af6f3b696e6fe1965f7c93a77d11e28fa3f0e | ||
|
||
RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ | ||
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ | ||
|
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,10 +1,10 @@ | ||
FROM alpine:3.12 as prep | ||
FROM alpine:3.14 as prep | ||
|
||
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.34-9745-beta \ | ||
SHA256_SUM=a2d7951f4fafcef96ab8341a948a8d09ca02030e4161c5e90a34882aa8b34224 | ||
ENV BUILD_VERSION=4.36-9754-beta \ | ||
SHA256_SUM=6caec01178bdb971705ce8d5524af6f3b696e6fe1965f7c93a77d11e28fa3f0e | ||
|
||
RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ | ||
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ | ||
|
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
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