We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f21a04d + 6991b77 commit 9c3a1cdCopy full SHA for 9c3a1cd
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker:stable
+FROM docker:latest
2
COPY start-redis.sh /start-redis.sh
3
RUN chmod +x /start-redis.sh
4
-ENTRYPOINT ["/start-redis.sh"]
+ENTRYPOINT ["/start-redis.sh"]
0 commit comments