Skip to content

Commit

Permalink
Add v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iobear committed Feb 26, 2024
1 parent 27dca6b commit 847591a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [v1.5.dev] - 2024-02-26
## [v1.5.2] - 2024-02-26
Fix:
- JS dashboard update error
- JS lowercase undefined error
Expand Down
2 changes: 2 additions & 0 deletions build/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ COPY web/ /go/src/dashgoatbuild/web/
COPY common/ /go/src/dashgoatbuild/
#COPY cmd/dashgoat/dashgoat.yaml /go/src/dashgoatbuild/
RUN go get -d -v github.com/labstack/echo/...
RUN go get github.com/iobear/dashgoat/common

RUN ls -lah
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o dashgoat .

Expand Down
2 changes: 1 addition & 1 deletion cmd/dashgoat/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version string = "v1.5.dev"
const Version string = "v1.5.2"

0 comments on commit 847591a

Please sign in to comment.