From ab2b16bd28a44521498cf3cbebc8621159c2a395 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 09:09:57 +0000 Subject: [PATCH] =?UTF-8?q?(=E2=89=A7=CF=89=E2=89=A6):=20upgrade=20OpenD?= =?UTF-8?q?=20version=20to?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 724d891..86b85a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 ARG BRAND=unspecified ARG DOMAIN=unspecified -ARG BUILD_OPEND_VERSION=8.8.4808 +ARG BUILD_OPEND_VERSION=8.8.4818 ARG OPEND_DIR=/opend ARG BIN_NAME=OpenD @@ -10,13 +10,13 @@ ARG BIN_NAME=OpenD LABEL org.opencontainers.image.maintainer="ChasenLbas " LABEL org.opencontainers.image.description="${BRAND} OpenD Docker Image" -# xxxx_OpenD_8.8.4808_Ubuntu16.04.tar.gz +# xxxx_OpenD_8.8.4818_Ubuntu16.04.tar.gz ARG OPEND_PREFIX=${BRAND}_OpenD_${BUILD_OPEND_VERSION}_Ubuntu16.04 ARG OPEND_FILE=${OPEND_PREFIX}.tar.gz # Download OpenD package -# https://softwaredownload.futunn.com/Futu_OpenD_8.8.4808_Ubuntu16.04.tar.gz -# https://softwaredownload.futustatic.com/moomoo_OpenD_8.8.4808_Ubuntu16.04.tar.gz +# https://softwaredownload.futunn.com/Futu_OpenD_8.8.4818_Ubuntu16.04.tar.gz +# https://softwaredownload.futustatic.com/moomoo_OpenD_8.8.4818_Ubuntu16.04.tar.gz ARG OPEND_URL=https://softwaredownload.${DOMAIN}/${OPEND_FILE} ENV OPEND_VERSION ${BUILD_OPEND_VERSION}