Skip to content

Commit 9a1e79c

Browse files
committed
fix: fix Dockerfile arg position
1 parent 1583a71 commit 9a1e79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: deploy/standalone/vm/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
FROM ubuntu:latest
2+
13
ARG SERVER_VERSION=v1.10.0
24
ARG CONSOLE_VERSION=v1.7.1
35
ARG GOOS=linux
46
ARG GOARCH=amd64
57

6-
FROM ubuntu:latest
7-
88
LABEL cn.polarismesh.image.authors="polaris"
99
LABEL cn.polarismesh.image.documentation="https://polarismesh.cn/#/"
1010

0 commit comments

Comments
 (0)