mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Rebase on Jammy (#71)
If you're going to build v3 you need to have Jammy, or you will get glibc errors
This commit is contained in:
parent
04a2fae963
commit
89b3ef69f4
@ -9,7 +9,7 @@ WORKDIR /build/
|
||||
COPY build.sh VERSION /build/
|
||||
RUN bash build.sh
|
||||
|
||||
FROM ubuntu:focal
|
||||
FROM ubuntu:jammy
|
||||
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
||||
|
||||
EXPOSE 25/tcp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user