mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-14 15:31:40 +00:00
lock the node version to 12, this failed to build in 2023
This commit is contained in:
parent
e3a7164681
commit
b48385a204
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user