修改版本号
This commit is contained in:
@ -12,7 +12,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
|||||||
RUN apk add gcc g++
|
RUN apk add gcc g++
|
||||||
RUN go env && CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags '-linkmode external -extldflags "-static"' -o next-terminal main.go
|
RUN go env && CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags '-linkmode external -extldflags "-static"' -o next-terminal main.go
|
||||||
|
|
||||||
FROM guacamole/guacd:1.1.0
|
FROM guacamole/guacd:1.2.0
|
||||||
|
|
||||||
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ class App extends Component {
|
|||||||
<Route path="/setting" component={Setting}/>
|
<Route path="/setting" component={Setting}/>
|
||||||
|
|
||||||
<Footer style={{textAlign: 'center'}}>
|
<Footer style={{textAlign: 'center'}}>
|
||||||
Next Terminal ©2020 dushixiang Version:0.0.2
|
Next Terminal ©2020 dushixiang Version:0.0.3
|
||||||
</Footer>
|
</Footer>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user