Skip to content

Commit

Permalink
chore(deps): update node.js to v16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Aug 10, 2023
1 parent d5e1345 commit 88fde26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:16.20.2-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:16.20.2-alpine
RUN apk add vips-dev
RUN rm -rf /var/cache/apk/*
ARG NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"uuid": "8305685d-02d8-4cd8-a0d0-253e2f35aaa2"
},
"engines": {
"node": "16.16.0",
"node": "16.20.2",
"yarn": "3.3.0"
},
"license": "MIT"
Expand Down

0 comments on commit 88fde26

Please sign in to comment.