Merge pull request #2671 from bestlong/certbot-baseimage-tag-missing

fix certbot baseimage tag name missing
This commit is contained in:
Shao Yu-Lung (Allen) 2020-08-02 22:56:40 +08:00 committed by GitHub
commit 9d68a48c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM phusion/baseimage:latest
FROM phusion/baseimage:bionic-1.0.0
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"