Skip to content

Commit f3916e4

Browse files
author
Gene Hynson
authored
fix: pin to node image with node16 (#6180)
1 parent 8b4d6b4 commit f3916e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.chronograf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts AS base
1+
FROM node:lts-gallium AS base
22

33
RUN curl --compressed -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.4
44

docker/Dockerfile.chronograf.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# from node lts alpine
2-
FROM node:lts-alpine AS repo
2+
FROM node:lts-alpine3.14 AS repo
33

44
# env vars to configure the system
55

0 commit comments

Comments
 (0)