From df444d14486af48720cac7e25b72bb9b8daaa44e Mon Sep 17 00:00:00 2001 From: Nicolas Thumann Date: Sat, 5 Nov 2022 19:17:32 +0100 Subject: [PATCH] Revert "Bump node from 18-alpine to 19-alpine" --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f75a1e..b1edc3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19-alpine AS builder +FROM node:18-alpine AS builder WORKDIR /app COPY src ./src/ @@ -7,7 +7,7 @@ COPY tsconfig.json ./ RUN npm install --only=dev RUN npx tsc -FROM node:19-alpine +FROM node:18-alpine WORKDIR /app COPY --from=builder /app/dist/ ./dist RUN mkdir ./data && wget -P ./data https://db.iptv.blog/multicastadressliste.json