Skip to content

Commit

Permalink
Merge pull request #188 from n-thumann/revert-181-dependabot/docker/n…
Browse files Browse the repository at this point in the history
…ode-19-alpine

Revert "Bump node from 18-alpine to 19-alpine"
  • Loading branch information
n-thumann authored Nov 5, 2022
2 parents f764da3 + df444d1 commit 62328f8
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 62328f8

Please sign in to comment.