mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Use Go 1.9.0 for docker builds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.8.3-alpine3.6 as unsee-builder
|
||||
FROM golang:1.9.0-alpine3.6 as unsee-builder
|
||||
COPY . /go/src/github.com/cloudflare/unsee
|
||||
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user