mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Upgrade go and alpine (#43801)
* Upgrade go and alpine * Bump grabpl version * Bump alpine version * Fix version of grabpl * Bump alpine version * Bump alpine in Dockerfiles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16-alpine3.14 as js-builder
|
||||
FROM node:16-alpine3.15 as js-builder
|
||||
|
||||
ENV NODE_OPTIONS=--max_old_space_size=8000
|
||||
|
||||
@@ -21,7 +21,7 @@ COPY emails emails
|
||||
ENV NODE_ENV production
|
||||
RUN yarn build
|
||||
|
||||
FROM golang:1.17.3 AS go-builder
|
||||
FROM golang:1.17.6 AS go-builder
|
||||
|
||||
WORKDIR /src/grafana
|
||||
|
||||
|
Reference in New Issue
Block a user