mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
Update golang (#46458)
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ COPY emails emails
|
||||
ENV NODE_ENV production
|
||||
RUN yarn build
|
||||
|
||||
FROM golang:1.17.7 AS go-builder
|
||||
FROM golang:1.17.8 AS go-builder
|
||||
|
||||
WORKDIR /src/grafana
|
||||
|
||||
|
||||
Reference in New Issue
Block a user