mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
bump go version to 1.17.7 (#45772)
This commit is contained in:
@ -20,7 +20,7 @@ COPY emails emails
|
|||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM golang:1.17.6-alpine3.15 as go-builder
|
FROM golang:1.17.7-alpine3.15 as go-builder
|
||||||
|
|
||||||
RUN apk add --no-cache gcc g++ make
|
RUN apk add --no-cache gcc g++ make
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ COPY emails emails
|
|||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM golang:1.17.6 AS go-builder
|
FROM golang:1.17.7 AS go-builder
|
||||||
|
|
||||||
WORKDIR /src/grafana
|
WORKDIR /src/grafana
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ RUN rm dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz
|
|||||||
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
|
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
|
||||||
FROM debian:stretch-20210208
|
FROM debian:stretch-20210208
|
||||||
|
|
||||||
ENV GOVERSION=1.17.6 \
|
ENV GOVERSION=1.17.7 \
|
||||||
PATH=/usr/local/go/bin:$PATH \
|
PATH=/usr/local/go/bin:$PATH \
|
||||||
GOPATH=/go \
|
GOPATH=/go \
|
||||||
NODEVERSION=16.13.0-1nodesource1 \
|
NODEVERSION=16.13.0-1nodesource1 \
|
||||||
|
Reference in New Issue
Block a user