Remove shenxn funding, update SECURITY.md, deb Dockerfile to trixie, add acknowledgments to README

This commit is contained in:
Anton 2026-03-11 18:02:44 +00:00
parent 5ed92b2701
commit 1068b943c7
4 changed files with 18 additions and 19 deletions

View file

@ -1,7 +1,7 @@
### The Deb install is just a repack of the official ProtonMail Bridge deb package with less dependencies.
### I recommend you don't use this. It's here for legacy reasons.
FROM debian:sid-slim AS build
FROM debian:trixie-slim AS build
COPY install.sh PACKAGE /
RUN apt-get update && apt-get install -y wget binutils
@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y wget binutils
# Repack deb (removes unnecessary dependencies and produces /protonmail.deb)
RUN bash /install.sh
FROM debian:sid-slim
FROM debian:trixie-slim
LABEL maintainer="Trent Maetzold <trent@trkm.io>"
LABEL org.opencontainers.image.source="https://github.com/trent-maetzold/protonmail-bridge-docker"