Make statping image consistent

pull/859/head
britannic 2020-11-02 15:27:23 -08:00
parent fe63947d63
commit 061ed6b8bd
5 changed files with 4 additions and 8 deletions

View File

@ -303,7 +303,7 @@ dockerhub:
docker-build-dev:
docker build --build-arg VERSION=${VERSION} -t statping/statping:latest --no-cache -f Dockerfile .
docker tag hunterlong/statping:dev hunterlong/statping:dev-v${VERSION}
docker tag statping/statping:latest statping/statping:dev-v${VERSION}
post-release: frontend-build upload_to_s3 publish-homebrew dockerhub

View File

@ -7,8 +7,8 @@ const tokenKey = "statping_auth";
class Api {
constructor() {
this.version = "0.90.70";
this.commit = "ce360c64d9f4ea48519eeed77529bd17ba51a7a7";
this.version = "0.90.72";
this.commit = "fe63947d632083ad7d8e9adcf2d0d7e85383861d";
}
async oauth() {

View File

@ -2321,7 +2321,7 @@ OluFxewsEO0QNDrfFb+0gnjYlnGqOFcZjUMXbDdY5oLSPtXohynuTK1qyQ==
</div>
<div class="text-center small text-dim" v-pre>
Automatically generated from Statping's Wiki on 2020-10-13 00:26:29.680492 &#43;0000 UTC
Automatically generated from Statping's Wiki on 2020-11-01 17:17:43.627285 &#43;0000 UTC
</div>
</div>

BIN
source.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,5 @@
package source
//go:generate go run generate_help.go
//go:generate go run generate_version.go
//go:generate go run generate_languages.go
import (
"fmt"
"github.com/GeertJohan/go.rice"