Skip to content

Commit

Permalink
bump openmldb 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed May 21, 2023
1 parent fb72789 commit 5a29be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ LABEL org.opencontainers.image.source=https://github.com/aceforeverd/openmldb-do

WORKDIR /opt/openmldb

ADD ${OPENMLDB_ART:-https://github.com/4paradigm/OpenMLDB/releases/download/v0.7.3/openmldb-0.7.3-linux.tar.gz} ./
ENV OPENMLDB_VER=0.8.0

RUN if [ -z ${OPENMLDB_ART} ] ; then tar xzf openmldb-*.tar.gz --strip-components=1 && rm -f openmldb-*.tar.gz; fi
ADD ${OPENMLDB_ART:-https://github.com/4paradigm/OpenMLDB/releases/download/v${OPENMLDB_VER}/openmldb-${OPENMLDB_VER}-linux.tar.gz} ./

ENV OPENMLDB_VER=0.7.3
RUN if [ -z ${OPENMLDB_ART} ] ; then tar xzf openmldb-*.tar.gz --strip-components=1 && rm -f openmldb-*.tar.gz; fi

EXPOSE ${PORT}

Expand Down

0 comments on commit 5a29be0

Please sign in to comment.