Skip to content

Commit

Permalink
Update to 2.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nav committed May 22, 2015
1 parent 73e258f commit c701213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,7 +10,7 @@ RUN \
apt-get update; \
apt-get install -y -qq gcc make; \
mkdir -p /opt/redis; \
wget -O - http://download.redis.io/releases/redis-2.8.19.tar.gz | tar xzf - --strip-components=1 -C "/opt/redis"; \
wget -O - http://download.redis.io/releases/redis-2.8.20.tar.gz | tar xzf - --strip-components=1 -C "/opt/redis"; \
cd /opt/redis; \
make; \
cp src/redis-server /usr/local/bin; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# DevDB Redis

Redis 2.8.19 in a docker container - for when you need a quick Redis deployment.
Redis 2.8.20 in a docker container - for when you need a quick Redis deployment.
You can easily inherit from this container to build, say, a NodeJS container with Redis built-in. See example [here](https://github.com/crowdriff/docker-nodejs).

## Single Node with Ephemeral Storage
Expand Down

0 comments on commit c701213

Please sign in to comment.