Ver código fonte

Update docker image to use Go 1.12

tags/0.16
9seconds 7 anos atrás
pai
commit
a90072260e
2 arquivos alterados com 6 adições e 1 exclusões
  1. 1
    1
      Dockerfile
  2. 5
    0
      README.md

+ 1
- 1
Dockerfile Ver arquivo

1
 ###############################################################################
1
 ###############################################################################
2
 # BUILD STAGE
2
 # BUILD STAGE
3
 
3
 
4
-FROM golang:1.11-alpine
4
+FROM golang:1.12-alpine
5
 
5
 
6
 RUN set -x \
6
 RUN set -x \
7
   && apk --no-cache --update add \
7
   && apk --no-cache --update add \

+ 5
- 0
README.md Ver arquivo

157
 the IP address which acts as a proxy, they block it and no clients can
157
 the IP address which acts as a proxy, they block it and no clients can
158
 use this proxy. This is an attempt to prevent such a situation.
158
 use this proxy. This is an attempt to prevent such a situation.
159
 
159
 
160
+General rule of thumb: with all new installation of proxies I would
161
+advise to go with secure mode by default. But please do remember that it
162
+means that clients, which do not pass dd-prefix to their secrets, will
163
+not be able to connect. *Secure mode works only with dd-prefixes!*
164
+
160
 Oneliners to generate such secrets:
165
 Oneliners to generate such secrets:
161
 
166
 
162
 ```console
167
 ```console

Carregando…
Cancelar
Salvar