Merge pull request #8 from nuance-mix/XMIXSRE-203-go-version-update
updated the go version for grpcurl
This commit is contained in:
commit
e0ceced2d1
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.17.7-alpine as builder
|
||||
FROM golang:1.17.8-alpine as builder
|
||||
ARG ${VERSION:-1.0.0}
|
||||
MAINTAINER FullStory Engineering
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue