Skip to content

Commit

Permalink
release version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed May 31, 2024
1 parent a53e2b2 commit 92df392
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
@@ -1,12 +1,12 @@
FROM debian:stable
FROM debian:bullseye
RUN apt-get update \
&& apt-get install gnupg wget curl -y \
&& wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | apt-key add - \
&& wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg \
&& echo "deb http://repo.mongodb.org/apt/debian bullseye/mongodb-org/6.0 main" | tee /etc/apt/sources.list.d/mongodb-org-6.0.list \
&& echo "deb http://download.proxmox.com/debian/pbs-client bullseye main" | tee /etc/apt/sources.list.d/pbs.list \
&& apt-get update \
&& apt-get --no-install-recommends install postgresql-client mongodb-org-tools mariadb-client proxmox-backup-client -y \
&& apt-get --no-install-recommends install postgresql-client-13 mongodb-org-tools mariadb-client proxmox-backup-client -y \
&& apt-get remove wget gnupg -y \
&& apt-get autoremove -y \
&& apt-get clean
Expand Down

0 comments on commit 92df392

Please sign in to comment.