Skip to content

Commit

Permalink
Release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed May 22, 2022
1 parent 57a28a9 commit d6c12bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN true \
psycopg2 \
django-cockroachdb==2.2.*

ARG version=1.1.9
ARG version=1.1.10

# install whisper
ARG whisper_version=${version}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=1.1.9-1
VERSION=1.1.10-1
docker build . \
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty

0 comments on commit d6c12bf

Please sign in to comment.