Skip to content

Commit 9d60556

Browse files
authored
Merge pull request #73 from notz/fix-docker-client-version
fix: Update Dockerfile to use latest docker image
2 parents 90004df + c11b45a commit 9d60556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

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

0 commit comments

Comments
 (0)