Update bashbrew release binaries to Go 1.10

This commit is contained in:
Tianon Gravi 2018-08-14 12:51:30 -07:00
parent 9911b85e11
commit 1e37e9b879
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
FROM golang:1.9-alpine
FROM golang:1.10-alpine3.8
RUN apk add --no-cache \
file \
gnupg \
libressl
gnupg
WORKDIR /usr/src/bashbrew
ENV GOPATH /usr/src/bashbrew:/usr/src/bashbrew/vendor