Skip to content

Commit

Permalink
Upgrade to Caddy 0.11.1 and Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich authored Nov 14, 2018
1 parent ab0c2dd commit 4321106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.10-alpine
FROM golang:1.11-alpine
MAINTAINER Peter Teich <[email protected]>

ENV CADDY_VERSION 0.11.0
ENV CADDY_VERSION 0.11.1

RUN set -x \
&& apk update && apk add --no-cache --upgrade \
Expand All @@ -22,7 +22,7 @@ FROM alpine:latest
LABEL maintainer="[email protected]"
LABEL description="Caddy with integrated TLS Consul Storage plugin"

ENV DUMBINIT_VERSION 1.2.0
ENV DUMBINIT_VERSION 1.2.2
ENV CADDYPATH /.caddy

RUN set -x \
Expand Down

0 comments on commit 4321106

Please sign in to comment.