Skip to content

Commit 4d80d38

Browse files
Merge pull request #53 from SierraSoftworks/dependabot/docker/mongo-8.0.8
build(deps): Bump mongo from 8.0.6 to 8.0.8
2 parents d8a18ca + c7acb18 commit 4d80d38

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.6
8+
FROM mongo:8.0.8
99
LABEL maintainer="Benjamin Pannell <[email protected]>"
1010

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

0 commit comments

Comments
 (0)