Merge pull request #1233 from kpschuck/master

Updates go to 1.10.2 to support SHA-512 for ldaps
This commit is contained in:
Eric Chiang 2018-05-14 09:23:00 -07:00 committed by GitHub
commit bf3ffb53a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.10.0-alpine
FROM golang:1.10.2-alpine
RUN apk add --no-cache --update alpine-sdk