Skip to content

Commit 6c31700

Browse files
authored
Merge pull request #193 from deniszh/DZ-1.1.8-6
1.1.8-6
2 parents 87bcd67 + ae6bfd6 commit 6c31700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8-5
2+
VERSION=1.1.8-6
33
docker build . \
44
--build-arg python_binary=python3 --build-arg python_extra_flags="--single-version-externally-managed --root=/" \
55
--no-cache --tag graphiteapp/graphite-statsd:$VERSION

build_pypy.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.8-5
2+
VERSION=1.1.8-6
33
IMAGE=jamiehewland/alpine-pypy:3.6-7.3-alpine3.11
44
docker build . \
55
--build-arg BASEIMAGE=${IMAGE} --build-arg python_binary=/usr/local/bin/pypy3 --build-arg python_extra_flags="" \

0 commit comments

Comments
 (0)