We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875a4b0 commit 7f0ed82Copy full SHA for 7f0ed82
Dockerfile
@@ -1,6 +1,7 @@
1
-FROM alpine:3.8
+FROM alpine:3.12
2
3
RUN apk add --no-cache redis
4
+RUN /usr/bin/redis-server -v
5
ADD /run.sh /run.sh
6
RUN chmod +x /run.sh
7
0 commit comments