mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Use Go 1.8 for the base image
Current image uses Go 1.7.5, there was an issue with haml templates preventing us from using 1.8 but it was fixed, so we should switch to latest Go version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:alpine3.5
|
||||
FROM golang:1.8.0-alpine
|
||||
|
||||
ADD . /go/src/github.com/cloudflare/unsee
|
||||
|
||||
|
||||
Reference in New Issue
Block a user