Skip to content

Commit

Permalink
Upstream now uses node:21
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Jan 11, 2024
1 parent dde2662 commit 15ac1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine as builder
FROM node:21-alpine as builder

# Added vips-dev and pkgconfig so that local vips is used instead of prebuilt
# Done for two reasons:
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN rm -rf ./node_modules/npm

RUN du -sh ./node_modules/* | sort -nr | grep '\dM.*'

FROM node:20-alpine as runner
FROM node:21-alpine as runner
ENV NODE_ENV=production

RUN apk update && apk add --no-cache curl vips-cpp && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 15ac1ec

Please sign in to comment.