use golang 1.17.3 to fix xray issue (#1)
This commit is contained in:
parent
8ee6c9423b
commit
5a1180bb14
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.15-alpine as builder
|
||||
FROM golang:1.17.3-alpine as builder
|
||||
MAINTAINER FullStory Engineering
|
||||
|
||||
# create non-privileged group and user
|
||||
|
|
|
|||
Loading…
Reference in New Issue