Skip to content

Commit 9c3a1cd

Browse files
authored
Merge pull request #29 from supercharge/28-with-the-docker-v29-release-this-action-may-fail-on-self-hosted-runners-and-potentially-gh-runners-too
Switch from docker:stable to docker:latest
2 parents f21a04d + 6991b77 commit 9c3a1cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:stable
1+
FROM docker:latest
22
COPY start-redis.sh /start-redis.sh
33
RUN chmod +x /start-redis.sh
4-
ENTRYPOINT ["/start-redis.sh"]
4+
ENTRYPOINT ["/start-redis.sh"]

0 commit comments

Comments
 (0)