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:
Daniel Nathan Gray 2023-01-14 06:56:03 +00:00 committed by GitHub
parent 04a2fae963
commit 89b3ef69f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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