Skip to content

Commit

Permalink
Merge pull request #38 from SierraSoftworks/dependabot/docker/mongo-7…
Browse files Browse the repository at this point in the history
….0.4

build(deps): Bump mongo from 7.0.2 to 7.0.4
  • Loading branch information
notheotherben authored Nov 29, 2023
2 parents 48e5502 + 63f3587 commit a44f2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
RUN chmod +x /tmp/mc

# Then build our backup image
FROM mongo:7.0.2
FROM mongo:7.0.4
LABEL maintainer="Benjamin Pannell <[email protected]>"

COPY --from=0 /tmp/mc /usr/bin/mc
Expand Down

0 comments on commit a44f2e8

Please sign in to comment.