Skip to content

Commit

Permalink
fix: fix Dockerfile arg position
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Jul 11, 2022
1 parent 1583a71 commit 9a1e79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/standalone/vm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:latest

ARG SERVER_VERSION=v1.10.0
ARG CONSOLE_VERSION=v1.7.1
ARG GOOS=linux
ARG GOARCH=amd64

FROM ubuntu:latest

LABEL cn.polarismesh.image.authors="polaris"
LABEL cn.polarismesh.image.documentation="https://polarismesh.cn/#/"

Expand Down

0 comments on commit 9a1e79c

Please sign in to comment.