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