We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649e3a5 commit 8a5def3Copy full SHA for 8a5def3
production/mongodb/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mongo:8.0.9
+FROM mongo:8.0.10
2
COPY ./key/* /secrets/
3
RUN chown 999:999 /secrets/*
4
RUN chmod 600 /secrets/*
testing/mongodb/Dockerfile
COPY key/* /secrets/
0 commit comments