Skip to content

Commit d6c12bf

Browse files
committed
Release 1.1.10
1 parent 57a28a9 commit d6c12bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN true \
8383
psycopg2 \
8484
django-cockroachdb==2.2.*
8585

86-
ARG version=1.1.9
86+
ARG version=1.1.10
8787

8888
# install whisper
8989
ARG whisper_version=${version}

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
VERSION=1.1.9-1
2+
VERSION=1.1.10-1
33
docker build . \
44
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
55
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty

0 commit comments

Comments
 (0)