Skip to content

Commit b91955f

Browse files
committed
Caddy v0.11.0: Update binary and references
1 parent 90a0add commit b91955f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

buildcaddy.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Builds caddy binary for caddybox rootfs using caddy's build.go.
44
#
5-
# Usage: ./buildcaddy.bash $tag (Ex: v0.10.14)
5+
# Usage: ./buildcaddy.bash $tag (Ex: v0.11.0)
66
# Assumes cwd is go/src/github.com/joshix/caddybox.
77

88
tag=$1

caddy-rkt.service

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Delegate=true
1717
#Environment=STORAGE_PATH=/opt/myapp
1818
#Environment=TMPDIR=/var/tmp
1919
# Fetch the image. Superfluous - rkt run will fetch images that don't exist.
20-
ExecStartPre=/usr/bin/rkt fetch --insecure-options=image docker://quay.io/joshix/caddy:v0.10.14
20+
ExecStartPre=/usr/bin/rkt fetch --insecure-options=image docker://quay.io/joshix/caddy:v0.11.0
2121
# Start the app
2222
ExecStart=/usr/bin/rkt run --insecure-options=image \
2323
--port 80-tcp:80 --port 443-tcp:443 --port 2015-tcp:2015 \
@@ -26,7 +26,7 @@ ExecStart=/usr/bin/rkt run --insecure-options=image \
2626
--mount volume=html,target=/var/www/html \
2727
--volume dotcaddy,kind=host,source=/home/core/dotcaddy,readOnly=false \
2828
--mount volume=dotcaddy,target=/root/.caddy \
29-
docker://quay.io/joshix/caddy:v0.10.14
29+
docker://quay.io/joshix/caddy:v0.11.0
3030
KillMode=mixed
3131
Restart=always
3232

rkt-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rkt run --insecure-options=image \
2626
--mount volume=html,target=/var/www/html \
2727
--volume dotcaddy,kind=host,source=/home/core/dotcaddy,readOnly=false \
2828
--mount volume=dotcaddy,target=/root/.caddy \
29-
docker://quay.io/joshix/caddy:v0.10.14
29+
docker://quay.io/joshix/caddy:v0.11.0
3030
```
3131

3232

rootfs/bin/caddy

168 KB
Binary file not shown.

0 commit comments

Comments
 (0)