Skip to content

Commit

Permalink
add update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
acloudsecninja committed Jun 1, 2024
1 parent 88f1aa9 commit f0d95ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN mkdir -p /etc/mongod \
&& chmod -R 700 /etc/mongod

# Update Ubuntu base Image
# RUN apt-get -y update
# RUN apt-get -y upgrade
RUN apt-get -y update
RUN apt-get -y upgrade

# Copy MongoDB configuration file to the container
COPY mongod.conf /etc/mongod/mongod.conf
Expand Down

0 comments on commit f0d95ee

Please sign in to comment.