Commit 53ec029 1 parent 812720b commit 53ec029 Copy full SHA for 53ec029
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN echo "start build" && go mod tidy && go build -o main && echo "end build"
19
19
FROM debian:stable
20
20
RUN apt-get update && apt-get install -y ca-certificates curl inetutils-telnet inetutils-ping inetutils-traceroute dnsutils iproute2 procps net-tools neovim && mkdir /root/app
21
21
WORKDIR /root/app
22
- EXPOSE 6060 8000 9000 10000
22
+ EXPOSE 6060 7000 8000 9000 10000
23
23
COPY --from=builder /code/main /code/AppConfig.json /code/SourceConfig.json ./
24
24
ENTRYPOINT ["./main"]`
25
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
4
4
5
5
var major = 0
6
6
var minor = 0
7
- var patch = 126
7
+ var patch = 127
8
8
var status = ""
9
9
10
10
func String () string {
You can’t perform that action at this time.
0 commit comments