Skip to content

Commit

Permalink
MAINT(all): v4.42-9798-rtm (#118)
Browse files Browse the repository at this point in the history
Closes #117
  • Loading branch information
siomiz authored Sep 7, 2023
1 parent 97b38a9 commit 81eb6cd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- '!README.md'

env:
SE_VERSION: 4.39
SE_REVISION: 9772
SE_VERSION: 4.42
SE_REVISION: 9798

jobs:

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.16 as prep
LABEL maintainer="Tomohisa Kusano <[email protected]>" \
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>"

ENV BUILD_VERSION=4.39-9772-beta \
SHA256_SUM=5c538e35e1639ce9a55a31be0b66af224462b84caf0ebf831f1e56efe6f9924a
ENV BUILD_VERSION=4.42-9798-rtm \
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f

RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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.38-9760-rtm \
SHA256_SUM=7701dfb76b888d4adde19d9a39d0919681f6c091f3eb5295ec8caf0439eb3a1a
ENV BUILD_VERSION=4.42-9798-rtm \
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f

RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ENV LC_COLLATE=en_US.UTF-8
LABEL maintainer="Tomohisa Kusano <[email protected]>" \
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>"

ENV BUILD_VERSION=4.39-9772-beta \
SHA256_SUM=5c538e35e1639ce9a55a31be0b66af224462b84caf0ebf831f1e56efe6f9924a
ENV BUILD_VERSION=4.42-9798-rtm \
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f

# Install required packages using zypper (openSUSE package manager)
RUN zypper --non-interactive in wget tar gzip coreutils zip unzip
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.16 as prep
LABEL maintainer="Tomohisa Kusano <[email protected]>" \
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>"

ENV BUILD_VERSION=4.39-9772-beta \
SHA256_SUM=5c538e35e1639ce9a55a31be0b66af224462b84caf0ebf831f1e56efe6f9924a
ENV BUILD_VERSION=4.42-9798-rtm \
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f

RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \
Expand Down

0 comments on commit 81eb6cd

Please sign in to comment.