Skip to content

Commit

Permalink
do not build on alpine
Browse files Browse the repository at this point in the history
testing this without alpine because alpine bug might be
 causing issue where redis does not resolve new ip address:
 gliderlabs/docker-alpine#255

* also pin to 4.0
  • Loading branch information
chrishiestand committed Oct 4, 2017
1 parent 220403d commit cf8c932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM redis:4-alpine
FROM redis:4.0
ENTRYPOINT ["/app/redis-or-bootstrap"]
RUN apk --update --no-cache add bash

COPY redis-or-bootstrap /app/redis-or-bootstrap
USER guest

0 comments on commit cf8c932

Please sign in to comment.