diff --git a/Dockerfile b/Dockerfile index fbce0c7..d76895a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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" diff --git a/web/src/App.js b/web/src/App.js index 89a6ff8..b5b418e 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -226,7 +226,7 @@ class App extends Component {