Skip to content

Commit

Permalink
Updated Makefile for device-modbus-go
Browse files Browse the repository at this point in the history
 - modify build image for Docker in Dockerfile

Signed-off-by: James Gregg <james.r.gregg@intel.com>
  • Loading branch information
jamesrgregg committed Dec 4, 2018
1 parent 24dfdd8 commit aa66a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.9-alpine AS builder
FROM golang:1.11.2-alpine3.7 AS builder

ENV GOPATH=/go
ENV PATH=$GOPATH/bin:$PATH
Expand Down

0 comments on commit aa66a28

Please sign in to comment.