Skip to content

Commit

Permalink
Bump node from 16-alpine to 17-alpine
Browse files Browse the repository at this point in the history
Bumps node from 16-alpine to 17-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 1, 2021
1 parent 6aa0e1e commit 4368fd1
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:16-alpine AS builder
FROM node:17-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:16-alpine
FROM node:17-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 4368fd1

Please sign in to comment.