From 625aa041221ff041429563a715b6921106d37d78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jul 2026 11:09:48 +0000 Subject: [PATCH] =?UTF-8?q?(=E2=89=A7=CF=89=E2=89=A6):=20upgrade=20OpenD?= =?UTF-8?q?=20version=20to=2010.9.6918?= 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 e98b001..e9901b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 ARG BRAND=unspecified ARG DOMAIN=unspecified -ARG BUILD_OPEND_VERSION=10.9.6908 +ARG BUILD_OPEND_VERSION=10.9.6918 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_10.9.6908_Ubuntu18.04.tar.gz +# xxxx_OpenD_10.9.6918_Ubuntu18.04.tar.gz ARG OPEND_PREFIX=${BRAND}_OpenD_${BUILD_OPEND_VERSION}_Ubuntu18.04 ARG OPEND_FILE=${OPEND_PREFIX}.tar.gz # Download OpenD package -# https://softwaredownload.futunn.com/Futu_OpenD_10.9.6908_Ubuntu18.04.tar.gz -# https://softwaredownload.futustatic.com/moomoo_OpenD_10.9.6908_Ubuntu18.04.tar.gz +# https://softwaredownload.futunn.com/Futu_OpenD_10.9.6918_Ubuntu18.04.tar.gz +# https://softwaredownload.futustatic.com/moomoo_OpenD_10.9.6918_Ubuntu18.04.tar.gz ARG OPEND_URL=https://softwaredownload.${DOMAIN}/${OPEND_FILE} ENV OPEND_VERSION ${BUILD_OPEND_VERSION}