Skip to content

Commit

Permalink
chore(deps): update node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Mar 7, 2024
1 parent d5e1345 commit af93f6e
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.16.0-alpine as build
FROM node:21.7.0-alpine as build
# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add build-base gcc autoconf automake zlib-dev libpng-dev vips-dev && rm -rf /var/cache/apk/* > /dev/null 2>&1
ARG NODE_ENV=production
Expand All @@ -15,7 +15,7 @@ COPY ./ .
RUN yarn build


FROM node:16.16.0-alpine
FROM node:21.7.0-alpine
RUN apk add vips-dev
RUN rm -rf /var/cache/apk/*
ARG NODE_ENV=production
Expand Down

0 comments on commit af93f6e

Please sign in to comment.