File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:latest
3
3
ENV XCADDY_VERSION=0.3.5 \
4
4
GOLANG_VERSION=22.0 \
5
5
APPPORT=:2011 \
6
- UPLOADER_VERSION=0.16
6
+ UPLOADER_VERSION=0.17
7
7
8
8
COPY docker-files /
9
9
@@ -24,8 +24,8 @@ RUN set -x \
24
24
&& pwd \
25
25
&& mv caddy /usr/local/bin/ \
26
26
&& cd .. \
27
- && chgrp -R 0 /opt/webroot/ \
28
- && chmod -R g=u /opt/webroot/ \
27
+ && chgrp -R 0 /opt/webroot/ /opt/caddy/ \
28
+ && chmod -R g=u /opt/webroot/ /opt/caddy/ \
29
29
&& apt-get -y autoremove \
30
30
&& apt-get -y autoclean \
31
31
&& rm -rf build /usr/local/go /var/cache/apk/* root/.cache root/go/ \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
)
17
17
18
18
const (
19
- Version = "0.16 "
19
+ Version = "0.17 "
20
20
)
21
21
22
22
func init () {
You can’t perform that action at this time.
0 commit comments