Parcourir la source

add mongo:4.0

Olga Kutafieva il y a 6 ans
Parent
commit
d3717988c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,3 +1,3 @@
-FROM registry.sdsys.ru/mongo:3.0
+FROM mongo:4.0
 COPY mongo-healthcheck.sh /mongo-healthcheck.sh
 RUN chmod +x /mongo-healthcheck.sh