Skip to content
Snippets Groups Projects
Commit 360de12c authored by Alex Ellis's avatar Alex Ellis
Browse files

Bump HubStats sample to 0.6.0


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent e8f387fa
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ services:
# Pass a username as an argument to find how many images user has pushed to Docker Hub.
hubstats:
image: alexellis2/faas-dockerhubstats:latest
image: functions/hubstats:latest
labels:
function: "true"
depends_on:
......
......@@ -8,7 +8,7 @@ COPY . /go/src/github.com/alexellis/faas/sample-functions/DockerHubStats
RUN make
ADD https://github.com/alexellis/faas/releases/download/v0.5-alpha/fwatchdog /usr/bin
ADD https://github.com/alexellis/faas/releases/download/0.6.0/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
ENV fprocess "/go/bin/DockerHubStats"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment