fix bad conf

master
bel 2020-01-13 05:13:24 +00:00
parent 775cb944b6
commit eab2195cb3
3 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,11 @@ RUN true \
&& CGO_ENABLED=0 go build -o /go/bin/cloudly -a -installsuffix cgo
### main
FROM alpine:3.8
FROM alpine:3.11.2
WORKDIR /main
RUN mkdir -p /main
RUN apk add --no-cache bash ca-certificates
COPY --from=rbuilder /go/bin/ /main/
COPY enc_conf /main/

1
dec_conf Normal file → Executable file
View File

@ -26,5 +26,4 @@ filename_encryption = standard
directory_name_encryption = true
password = Wc6-oOOKT0j3tDCX5yf1jvJ4cc7BWbvIjoSwP5LJDwS948oCJOuU0oa3
password2 = inlpcV7nEwNs5rrAKh7r85bHYHtyZPrj0FkznnBajJbTY4RS6yUwJDT8
use_trash = false

BIN
enc_conf

Binary file not shown.