We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a28a9 commit d6c12bfCopy full SHA for d6c12bf
Dockerfile
@@ -83,7 +83,7 @@ RUN true \
83
psycopg2 \
84
django-cockroachdb==2.2.*
85
86
-ARG version=1.1.9
+ARG version=1.1.10
87
88
# install whisper
89
ARG whisper_version=${version}
build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-VERSION=1.1.9-1
+VERSION=1.1.10-1
3
docker build . \
4
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
5
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty
0 commit comments