Skip to content

Commit eb5a8aa

Browse files
Merge pull request #74 from SierraSoftworks/dependabot/docker/mongo-8.2.12
build(deps): Bump mongo from 8.2.11 to 8.2.12
2 parents aaf39d4 + 4c907e4 commit eb5a8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2.11
8+
FROM mongo:8.2.12
99
LABEL maintainer="Benjamin Pannell <admin@sierrasoftworks.com>"
1010

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

0 commit comments

Comments
 (0)