Skip to content

Commit 5afda21

Browse files
authored
Update to version 0.9.4
1 parent 05c6218 commit 5afda21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:3.4
22

33
RUN apk --no-cache add curl ca-certificates git
44

5-
# ARG CADDY_VERSION=0.9.3
6-
ARG CADDY_FEATURES=awslambda,cors,expires,filemanager,git,hugo,ipfilter,jsonp,jwt,locale,mailout,minify,multipass,prometheus,ratelimit,realip,search,upload,cloudflare,digitalocean,dnsimple,dyn,gandi,googlecloud,linode,namecheap,rfc2136,route53,vultr
5+
# ARG CADDY_VERSION=0.9.4
6+
ARG CADDY_FEATURES=awslambda,cors,expires,filemanager,filter,git,hugo,ipfilter,jsonp,jwt,locale,mailout,minify,multipass,prometheus,ratelimit,realip,search,upload,cloudflare,digitalocean,dnsimple,dyn,gandi,googlecloud,linode,namecheap,ovh,rfc2136,route53,vultr
77

88
RUN ARCH=$(apk --print-arch | sed 's/x86_64/amd64/') \
99
&& curl -sfSL "https://caddyserver.com/download/build?os=linux&arch=$ARCH&features=$CADDY_FEATURES" \

0 commit comments

Comments
 (0)