Skip to content

Commit 946a816

Browse files
Merge pull request #59 from SierraSoftworks/dependabot/docker/mongo-8.0.13
build(deps): Bump mongo from 8.0.12 to 8.0.13
2 parents 42b44f5 + 946a14e commit 946a816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
55
RUN chmod +x /tmp/mc
66

77
# Then build our backup image
8-
FROM mongo:8.0.12
8+
FROM mongo:8.0.13
99
LABEL maintainer="Benjamin Pannell <[email protected]>"
1010

1111
COPY --from=0 /tmp/mc /usr/bin/mc

0 commit comments

Comments
 (0)