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.
2 parents da02fbf + cee9d79 commit 42acfa3Copy full SHA for 42acfa3
Dockerfile
@@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
5
RUN chmod +x /tmp/mc
6
7
# Then build our backup image
8
-FROM mongo:8.0.9
+FROM mongo:8.0.10
9
LABEL maintainer="Benjamin Pannell <[email protected]>"
10
11
COPY --from=0 /tmp/mc /usr/bin/mc
0 commit comments