use golang 1.17.3 to fix xray issue
This commit is contained in:
parent
8ee6c9423b
commit
17e15e7d7a
|
|
@ -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