Update bashbrew release binaries to Go 1.10
This commit is contained in:
parent
9911b85e11
commit
1e37e9b879
|
|
@ -1,9 +1,8 @@
|
||||||
FROM golang:1.9-alpine
|
FROM golang:1.10-alpine3.8
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
file \
|
file \
|
||||||
gnupg \
|
gnupg
|
||||||
libressl
|
|
||||||
|
|
||||||
WORKDIR /usr/src/bashbrew
|
WORKDIR /usr/src/bashbrew
|
||||||
ENV GOPATH /usr/src/bashbrew:/usr/src/bashbrew/vendor
|
ENV GOPATH /usr/src/bashbrew:/usr/src/bashbrew/vendor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue