Skip to content

Commit c11b45a

Browse files
authored
fix: Update Dockerfile to use latest docker image
1 parent 90004df commit c11b45a

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)