Skip to content

Commit 53ec029

Browse files
committed
update
1 parent 812720b commit 53ec029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/tml/deploy/deploy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN echo "start build" && go mod tidy && go build -o main && echo "end build"
1919
FROM debian:stable
2020
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
2121
WORKDIR /root/app
22-
EXPOSE 6060 8000 9000 10000
22+
EXPOSE 6060 7000 8000 9000 10000
2323
COPY --from=builder /code/main /code/AppConfig.json /code/SourceConfig.json ./
2424
ENTRYPOINT ["./main"]`
2525

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var major = 0
66
var minor = 0
7-
var patch = 126
7+
var patch = 127
88
var status = ""
99

1010
func String() string {

0 commit comments

Comments
 (0)