Skip to content

Commit b4a2179

Browse files
Merge pull request prometheus#4209 from prometheus/superq/bump_node
Bump UI docker image
2 parents 6703b0a + ce016af commit b4a2179

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ui/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# elm-format only works with buster variants of the NodeJS container image.
2-
# See https://github.com/avh4/elm-format/issues/709 for more details.
3-
FROM node:14-buster
1+
FROM node:22-bookworm
42

53
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
64
ENV PATH=$PATH:/home/node/.npm-global/bin
75

86
RUN mkdir -p $NPM_CONFIG_PREFIX; yarn global add \
97
10-
8+
119
1210
1311

0 commit comments

Comments
 (0)