Skip to content

Commit

Permalink
build: bump MongoDb version to '8.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Jan 22, 2025
1 parent 0960dc2 commit 6baf0ef
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 @@ -15,7 +15,7 @@ ENV MONGO_DATA_DIR=/var/lib/mongodb \
MONGO_REPLICA_SET_NAME=NONE \
MONGO_REPLICA_KEY=RANDOM

ARG MONGODB_VERSION="7.0.16"
ARG MONGODB_VERSION="8.0.0"

EXPOSE 27017/tcp

Expand Down

0 comments on commit 6baf0ef

Please sign in to comment.