Update to Go 1.9.1 (#3153)
Update the boulder-tools Docker image, and switch to the new tag.
This commit is contained in:
parent
84692841fb
commit
84eaf49352
|
|
@ -1,6 +1,6 @@
|
|||
# To minimize the fetching of various layers this image and tag should
|
||||
# be used as the base of the bhsm container in boulder/docker-compose.yml
|
||||
FROM letsencrypt/boulder-tools:2017-09-05
|
||||
FROM letsencrypt/boulder-tools:2017-10-05
|
||||
|
||||
# Boulder exposes its web application at port TCP 4000 and 4001
|
||||
EXPOSE 4000 4001 4002 4003 4430 4431 8053 8055
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ services:
|
|||
bhsm:
|
||||
# To minimize the fetching of various layers this should match
|
||||
# the FROM image and tag in boulder/Dockerfile
|
||||
image: letsencrypt/boulder-tools:2017-09-05
|
||||
image: letsencrypt/boulder-tools:2017-10-05
|
||||
environment:
|
||||
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
|
||||
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.9
|
||||
FROM golang:1.9.1
|
||||
|
||||
ADD build.sh /tmp/build.sh
|
||||
RUN /tmp/build.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue