Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Updates to caddy 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed Oct 10, 2017
1 parent 900423b commit a35d2fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build caddy from source, because binaries are published under a commercial license: https://caddyserver.com/pricing
FROM golang:1.9.0 as caddybuild
ARG CADDY_VERSION="0.10.9"
ARG CADDY_VERSION="0.10.10"
RUN \
git clone https://github.com/mholt/caddy /go/src/github.com/mholt/caddy \
&& cd /go/src/github.com/mholt/caddy \
Expand Down
2 changes: 1 addition & 1 deletion openshift-descriptors-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: gollum-galore
image: schnatterer/gollum-galore:0.2.2
image: schnatterer/gollum-galore:0.3.1
ports:
- containerPort: 80
- containerPort: 443
Expand Down
2 changes: 1 addition & 1 deletion openshift-descriptors-https-self-signed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
spec:
containers:
- name: gollum-galore
image: schnatterer/gollum-galore:0.3.0
image: schnatterer/gollum-galore:0.3.1
ports:
- containerPort: 80
- containerPort: 443
Expand Down

0 comments on commit a35d2fb

Please sign in to comment.