changed username
This commit is contained in:
parent
5c5b55a1aa
commit
a603a1ad82
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ FROM alpine:latest
|
|||
|
||||
# Maintainer information
|
||||
ARG VCS_REF
|
||||
LABEL maintainer="Maksim Stojkovic <https://github.com/silentdigit>" \
|
||||
LABEL maintainer="Maksim Stojkovic <https://github.com/maksimstojkovic>" \
|
||||
org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.vcs-url="https://github.com/silentdigit/docker-letsencrypt"
|
||||
org.label-schema.vcs-url="https://github.com/maksimstojkovic/docker-letsencrypt"
|
||||
|
||||
# Install tools required
|
||||
RUN apk --no-cache add certbot curl
|
||||
|
|
Loading…
Reference in a new issue