Skip to content

Commit

Permalink
Merge pull request #193 from deniszh/DZ-1.1.8-6
Browse files Browse the repository at this point in the history
1.1.8-6
  • Loading branch information
deniszh authored Feb 6, 2022
2 parents 87bcd67 + ae6bfd6 commit 6c31700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.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
2 changes: 1 addition & 1 deletion build_pypy.sh
Original file line number Diff line number Diff line change
@@ -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="" \
Expand Down

0 comments on commit 6c31700

Please sign in to comment.