Skip to content

Commit

Permalink
update alpine + redis
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencedudley committed Jul 29, 2021
1 parent 875a4b0 commit 7f0ed82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.8
FROM alpine:3.12

RUN apk add --no-cache redis
RUN /usr/bin/redis-server -v
ADD /run.sh /run.sh
RUN chmod +x /run.sh

Expand Down

0 comments on commit 7f0ed82

Please sign in to comment.