From ae6bfd6a6f20688b204a484d7346e58e3ab08a56 Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sun, 6 Feb 2022 19:09:54 +0100 Subject: [PATCH] 1.1.8-6 --- build.sh | 2 +- build_pypy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index cd408b8..995511b 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=1.1.8-5 +VERSION=1.1.8-6 docker build . \ --build-arg python_binary=python3 --build-arg python_extra_flags="--single-version-externally-managed --root=/" \ --no-cache --tag graphiteapp/graphite-statsd:$VERSION \ No newline at end of file diff --git a/build_pypy.sh b/build_pypy.sh index 3b33865..b1618ab 100755 --- a/build_pypy.sh +++ b/build_pypy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=1.1.8-5 +VERSION=1.1.8-6 IMAGE=jamiehewland/alpine-pypy:3.6-7.3-alpine3.11 docker build . \ --build-arg BASEIMAGE=${IMAGE} --build-arg python_binary=/usr/local/bin/pypy3 --build-arg python_extra_flags="" \