diff --git a/update.go b/update.go index 9324e0a..8e8a85f 100644 --- a/update.go +++ b/update.go @@ -17,10 +17,13 @@ var maintainers = []string{"Ambrose Chua (@serverwentdow var gitRepo = "https://github.com/productionwentdown/caddy.git" var readmeTemplate = template.Must(template.New("readme").Parse(` -# [caddy](https://hub.docker.com/r/productionwentdown/caddy/) ![Docker Pulls](https://img.shields.io/docker/pulls/productionwentdown/caddy) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/productionwentdown/caddy/alpine?style=flat-square) +# [caddy](https://hub.docker.com/r/productionwentdown/caddy) ![Docker Pulls](https://img.shields.io/docker/pulls/productionwentdown/caddy?style=flat-square) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/productionwentdown/caddy/alpine?style=flat-square) A tiny <10MB Caddy image compressed with [UPX](https://github.com/upx/upx). +- [Docker Hub](https://hub.docker.com/r/productionwentdown/caddy) +- [GitHub](https://github.com/productionwentdown/caddy) + # Shared Tags New versions are tracked within 4 hours. Currently available versions: @@ -35,7 +38,7 @@ Legacy tags available that should not be used: # Usage -See the [official image](https://hub.docker.com/_/caddy) for documentation. This image behaves the same way, except that it is much slimmer. +See the [official image](https://hub.docker.com/_/caddy) for documentation. This image behaves the same way, except that it is slightly slimmer. `)) var dockerfileTemplate = template.Must(template.New("name").Parse(`FROM caddy:{{.Tag}} as build