forked from Mouws/protonmail-bridge-nextcoud-podman
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/
|
COPY build.sh VERSION /build/
|
||||||
RUN bash build.sh
|
RUN bash build.sh
|
||||||
|
|
||||||
FROM ubuntu:focal
|
FROM ubuntu:jammy
|
||||||
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
||||||
|
|
||||||
EXPOSE 25/tcp
|
EXPOSE 25/tcp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user