Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Apr 28, 2023
1 parent 1bd3137 commit fb72789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenMLDB server image.
# Use this image to run a openmldb nameserver or tablet.

FROM debian:bullseye
FROM debian:bullseye-slim

# listen port
ARG PORT=9527
Expand All @@ -11,7 +11,7 @@ ARG OPENMLDB_ART

LABEL org.opencontainers.image.source=https://github.com/aceforeverd/openmldb-docker

WORKDIR /root
WORKDIR /opt/openmldb

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

Expand Down

0 comments on commit fb72789

Please sign in to comment.