Skip to content

Commit

Permalink
fix: dockerhub build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Nov 15, 2017
1 parent 57fe832 commit 6d3977b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

ARG golang_version
# cloud.docker.com do not use ARG, we do now use hooks
# ARG golang_version
# FROM golang:$golang_version

FROM golang:$golang_version
FROM golang:1.9.2-alpine3.6

MAINTAINER Alexey Kovrizhkin <[email protected]>

Expand Down

0 comments on commit 6d3977b

Please sign in to comment.