Skip to content

Commit ce016af

Browse files
committed
Bump UI docker image
Update to current Node/Debian Docker image. * Bump elm-format to current release. Signed-off-by: SuperQ <[email protected]>
1 parent 6703b0a commit ce016af

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)