Skip to content

Commit

Permalink
rebuild 0.11.0 with jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Holloway committed Nov 14, 2018
1 parent 5580ea5 commit c267f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG BUILD_DATE
ARG VCS_REF
ARG DEBIAN_FRONTED=noninteractive

ARG caddy_version="v0.11.1"
ARG caddy_version="v0.11.0"
ARG plugins="cache,expires,git,jwt,prometheus,realip,reauth"

RUN apk add --no-cache --no-progress git
Expand Down Expand Up @@ -91,4 +91,4 @@ VOLUME ["/www"]
WORKDIR /www
COPY index.html /www/index.html

CMD ["/bin/caddy", "-conf", "/etc/Caddyfile", "-log", "stdout", "-agree", "-root", "/www"]
CMD ["/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout", "-agree", "--root", "/www"]
2 changes: 1 addition & 1 deletion Dockerfile-no-stats
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM golang:1.11-alpine as build
ARG BUILD_DATE
ARG VCS_REF

ARG caddy_version="v0.11.1"
ARG caddy_version="v0.11.0"
ARG plugins="cache,expires,git,jwt,prometheus,realip,reauth"
ARG DEBIAN_FRONTED=noninteractive

Expand Down

0 comments on commit c267f23

Please sign in to comment.