Skip to content

Commit

Permalink
mongo 5.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith authored Jul 31, 2024
1 parent ddb917a commit 39208dd
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 @@ -2,7 +2,7 @@ FROM debian:11-slim

ENV MONGO_USER mongodb
ENV MONGO_PACKAGE mongodb-org
ENV MONGO_VERSION 5.0.9
ENV MONGO_VERSION 5.0.28

RUN addgroup --system $MONGO_USER && adduser --system $MONGO_USER && usermod -a -G $MONGO_USER $MONGO_USER

Expand Down

0 comments on commit 39208dd

Please sign in to comment.