Fix gpg init failure

This commit is contained in:
Xiaonan Shen 2020-11-18 17:01:58 -08:00
parent d3c119c51f
commit 790889314e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:bionic
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp

View File

@ -8,7 +8,7 @@ WORKDIR /build/
COPY build.sh VERSION /build/
RUN bash build.sh
FROM ubuntu:latest
FROM ubuntu:bionic
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp