From c9819508c1bfb7abc7826fa9437f92aa3c7c7b21 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Sun, 2 Aug 2020 00:34:24 +0800 Subject: [PATCH] fix phusion/baseimage tag name --- certbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index ad951132..3d67cd66 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -1,4 +1,4 @@ -FROM phusion/baseimage:latest +FROM phusion/baseimage:bionic-1.0.0 LABEL maintainer="Mahmoud Zalt "