Skip to content

Commit 9e7a669

Browse files
committed
incorporate upstream changes.
1 parent 9b08443 commit 9e7a669

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

caddy/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
33

44
LABEL caddy_version="0.9.0" architecture="amd64"
55

6-
RUN apk add --update openssh-client tar curl
6+
RUN apk update \
7+
&& apk upgrade \
8+
&& apk add tar curl
79

810
RUN curl --silent --show-error --fail --location \
911
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ services:
167167
caddy:
168168
build: ./caddy
169169
volumes_from:
170-
- application
170+
- volumes_source
171171
ports:
172172
- "80:80"
173173
- "443:443"

0 commit comments

Comments
 (0)