Skip to content

Commit

Permalink
Merge pull request #30 from SierraSoftworks/dependabot/docker/mongo-6…
Browse files Browse the repository at this point in the history
….0.7

build(deps): Bump mongo from 6.0.6 to 6.0.7
  • Loading branch information
notheotherben committed Jun 30, 2023
2 parents b0dd6c9 + aaa3042 commit e0cf45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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:6.0.6
FROM mongo:6.0.7
LABEL maintainer="Benjamin Pannell <admin@sierrasoftworks.com>"

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

0 comments on commit e0cf45d

Please sign in to comment.