Skip to content

Commit

Permalink
Merge pull request #9 from IntimateMerger/feature/2.1.1
Browse files Browse the repository at this point in the history
update to 2.1.1
  • Loading branch information
Kazuki Matsuda authored Jun 23, 2017
2 parents 32bb2e5 + 245f3fd commit 8b72e74
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
@@ -1,3 +1,3 @@
FROM python:2.7.12

RUN pip install aerospike==2.1.0
RUN pip install aerospike==2.1.1
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ENV DOWNLOAD_C_CLIENT=0 \
PREFIX=/aerospike-client-c/target/Linux-x86_64 \
AEROSPIKE_LUA_PATH=/aerospike-client-c/modules/lua-core/src

RUN pip install aerospike==2.1.0
RUN pip install aerospike==2.1.1

0 comments on commit 8b72e74

Please sign in to comment.