1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00
Files
alertmanager/ui/Dockerfile
SuperQ ce016af70f Bump UI docker image
Update to current Node/Debian Docker image.
* Bump elm-format to current release.

Signed-off-by: SuperQ <superq@gmail.com>
2025-01-16 15:09:05 +01:00

12 lines
268 B
Docker

FROM node:22-bookworm
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
ENV PATH=$PATH:/home/node/.npm-global/bin
RUN mkdir -p $NPM_CONFIG_PREFIX; yarn global add \
elm@0.19.1 \
elm-format@0.8.7 \
elm-test@0.19.1-revision6 \
uglify-js@3.13.4 \
elm-review@2.5.0