lock the node version to 12, this failed to build in 2023

This commit is contained in:
Jakub Filo 2023-04-30 16:22:17 +00:00
parent e3a7164681
commit b48385a204
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine AS builder
FROM node:12-alpine AS builder
WORKDIR /opt/mx-puppet-xmpp
@ -34,7 +34,7 @@ COPY src/ ./src/
RUN npm run build
FROM node:alpine
FROM node:12-alpine
VOLUME /data