Skip to content

Commit

Permalink
BC-7461 - Update mongo to v6 (#88)
Browse files Browse the repository at this point in the history
* update mongo version
* Update Dockerfile for mongodb 6.0
---------
Co-authored-by: Martin Schuhmacher <[email protected]>
  • Loading branch information
davwas authored Jul 12, 2024
1 parent 4af1f07 commit 4d49c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ LABEL build.hash="${BUILD_HASH}"
RUN set -x \
&& apt-get -y update \
&& apt-get -y install wget gnupg \
&& wget -qO - https://pgp.mongodb.com/server-4.4.asc | gpg -o /usr/share/keyrings/mongodb-server-4.4.gpg --dearmor \
&& echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-4.4.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list \
&& wget -qO - https://pgp.mongodb.com/server-6.0.asc | gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg --dearmor \
&& echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-6.0.list \
&& echo "deb https://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc > /etc/apt/trusted.gpg.d/postgres.asc \
&& apt-get -y update \
Expand Down Expand Up @@ -50,4 +50,4 @@ RUN set -x \
&& curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get install -y nodejs \
&& apt-get clean -y \
&& pip install duplicity==0.8.23
&& pip install duplicity==0.8.23

0 comments on commit 4d49c82

Please sign in to comment.