Force node:alpine to node v12

This commit is contained in:
SapuSeven 2021-12-09 12:58:32 +01:00 committed by GitHub
commit 83b87fc712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:alpine AS builder
FROM node:12-alpine AS builder
WORKDIR /opt/mx-puppet-steam
@ -30,7 +30,7 @@ RUN npm run build
RUN rm -r node_modules/typescript
FROM node:alpine
FROM node:12-alpine
VOLUME /data