Skip to content

Commit 31fae62

Browse files
Merge pull request #65 from SierraSoftworks/dependabot/docker/mongo-8.2.3
build(deps): Bump mongo from 8.2.2 to 8.2.3
2 parents da09951 + 564ce5b commit 31fae62

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

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

0 commit comments

Comments
 (0)