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 42b44f5 + 946a14e commit 946a816Copy full SHA for 946a816
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.12
+FROM mongo:8.0.13
9
LABEL maintainer="Benjamin Pannell <[email protected]>"
10
11
COPY --from=0 /tmp/mc /usr/bin/mc
0 commit comments