Skip to content

Commit

Permalink
Revert "Bump node from 18-alpine to 19-alpine"
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann authored Nov 5, 2022
1 parent f764da3 commit df444d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-alpine AS builder
FROM node:18-alpine AS builder

WORKDIR /app
COPY src ./src/
Expand All @@ -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
Expand Down

0 comments on commit df444d1

Please sign in to comment.