diff --git a/Dockerfile b/Dockerfile index c1eaf9eb..8dbf0033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DEP_VERSION v0.5.0 RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq RUN curl -L -s https://github.com/golang/dep/releases/download/$DEP_VERSION/dep-linux-amd64 -o /go/bin/dep && \ chmod +x /go/bin/dep -RUN curl -L -s https://assets.statping.com/sass -o /usr/local/bin/sass && \ +RUN curl -L -s https://assets.statup.io/sass -o /usr/local/bin/sass && \ chmod +x /usr/local/bin/sass WORKDIR /go/src/github.com/hunterlong/statping ADD . /go/src/github.com/hunterlong/statping diff --git a/snapcraft.yaml b/snapcraft.yaml index a3277560..150860d4 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,4 +1,4 @@ -name: statup +name: statping version-script: cat version.txt version: "stable" summary: Statping Server Monitoring with Status Page @@ -14,13 +14,13 @@ confinement: strict grade: stable parts: - statup: + statping: plugin: dump - source: ./build/statup-linux.tar.gz + source: ./build/statping-linux.tar.gz apps: - statup: - command: statup + statping: + command: statping plugs: - home - network-bind