Merge pull request #9 from nuance-mix/XMIXSRE-336-Fix-xray-issues

updated golang version
This commit is contained in:
tanujbhatia1708 2022-05-27 15:26:17 +05:30 committed by GitHub
commit 8058d7eded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine as builder FROM golang:1.18.2-alpine as builder
ARG ${VERSION:-1.0.0} ARG ${VERSION:-1.0.0}
MAINTAINER FullStory Engineering MAINTAINER FullStory Engineering