Skip to content

Commit

Permalink
(≧ω≦): upgrade OpenD version to
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent ec2d182 commit ab2b16b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ 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

# metadata
LABEL org.opencontainers.image.maintainer="ChasenLbas <[email protected]>"
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}
Expand Down

0 comments on commit ab2b16b

Please sign in to comment.