From 951feb65e00f191e3ef337a5390e6dc726284879 Mon Sep 17 00:00:00 2001 From: dushixiang <798148596@qq.com> Date: Mon, 28 Dec 2020 23:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- web/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {