Skip to content
Snippets Groups Projects
Commit 7cb8e02e authored by Oliver's avatar Oliver
Browse files

use golang 1.12 for build stage in Dockerfile

parent 01f31e29
No related branches found
No related tags found
No related merge requests found
#
# build container
#
FROM golang:1-alpine as builder
FROM golang:1.12-alpine as builder
WORKDIR /go/src/github.com/oliver006/redis_exporter/
 
ADD main.go /go/src/github.com/oliver006/redis_exporter/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment