This repository was archived by the owner on Oct 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ RUN wget -O - ${NICE_REPO} | tar xz && \
33
33
34
34
35
35
# Build open ssl
36
- ARG OPENSSL_BASE="1.0.2 "
37
- ARG OPENSSL_VER="1.0.2t "
38
- ARG OPENSSL_REPO=http ://www.openssl.org/source/old/${OPENSSL_BASE} /openssl-${OPENSSL_VER}.tar.gz
36
+ ARG OPENSSL_BASE="1.1.1 "
37
+ ARG OPENSSL_VER="1.1.1g "
38
+ ARG OPENSSL_REPO=https ://www.openssl.org/source/openssl-${OPENSSL_VER}.tar.gz
39
39
40
40
RUN wget -O - ${OPENSSL_REPO} | tar xz && \
41
41
cd openssl-${OPENSSL_VER} && \
@@ -46,7 +46,7 @@ RUN wget -O - ${OPENSSL_REPO} | tar xz && \
46
46
47
47
48
48
# Build libre
49
- ARG LIBRE_VER="v0.4.16 "
49
+ ARG LIBRE_VER="v0.5.0 "
50
50
ARG LIBRE_REPO=https://github.com/creytiv/re.git
51
51
52
52
RUN git clone ${LIBRE_REPO} && \
@@ -105,7 +105,7 @@ RUN cd /home/FFmpeg && \
105
105
106
106
107
107
# Install node
108
- ARG NODE_VER=v8.15 .0
108
+ ARG NODE_VER=v10.21 .0
109
109
ARG NODE_REPO=https://nodejs.org/dist/${NODE_VER}/node-${NODE_VER}-linux-x64.tar.xz
110
110
111
111
RUN wget ${NODE_REPO} && \
@@ -215,7 +215,7 @@ WORKDIR /home
215
215
216
216
# Prerequisites
217
217
# Install node
218
- ARG NODE_VER=v8.15 .0
218
+ ARG NODE_VER=v10.21 .0
219
219
ARG NODE_REPO=https://nodejs.org/dist/${NODE_VER}/node-${NODE_VER}-linux-x64.tar.xz
220
220
221
221
COPY --from=owt-build /home/owt-server/dist /home/owt
You can’t perform that action at this time.
0 commit comments