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