Skip to content

Commit

Permalink
use go 1.13 to build docker image (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump authored May 15, 2020
1 parent 36008aa commit 2108c8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM golang:1.11.10-alpine as builder
FROM golang:1.13.10-alpine3.11 as builder
MAINTAINER FullStory Engineering

# currently, a module build requires gcc (so Go tool can build
# module-aware versions of std library; it ships only w/ the
# non-module versions)
RUN apk update && apk add --no-cache ca-certificates git gcc g++ libc-dev
# create non-privileged group and user
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl

Expand Down

0 comments on commit 2108c8f

Please sign in to comment.