From 790889314ed84c163db82626a5b22a6d331fdbfb Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Wed, 18 Nov 2020 17:01:58 -0800 Subject: [PATCH] Fix gpg init failure --- Dockerfile | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e711dd4..d225daf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:bionic LABEL maintainer="Xiaonan Shen " EXPOSE 25/tcp diff --git a/build/Dockerfile b/build/Dockerfile index b579920..bdec4ef 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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 " EXPOSE 25/tcp