Skip to content

Commit

Permalink
Update Node.js version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Jan 2, 2024
1 parent 3773ebd commit d8a29d6
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:14.16 AS BUILD_IMAGE
FROM node:20.10 AS BUILD_IMAGE

# install node-prune
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
Expand All @@ -19,7 +19,7 @@ RUN npm prune --production
# run node prune
RUN /usr/local/bin/node-prune

FROM node:14.16-alpine
FROM node:20.10-alpine

# add ffmpeg
RUN apk add --no-cache ffmpeg
Expand Down

0 comments on commit d8a29d6

Please sign in to comment.