Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 2d44df1 commit 8f1887b
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 as base
FROM node:22 as base
WORKDIR /app
ENV YARN_VERSION 1.22.19
RUN curl -o- -L https://yarnpkg.com/install.sh | sh -s -- --version $YARN_VERSION
Expand All @@ -10,7 +10,7 @@ RUN yarn build
RUN yarn install --production --ignore-scripts --prefer-offline


FROM node:16-alpine
FROM node:22-alpine
WORKDIR /app
ENV PORT 3000
ENV NODE_ENV production
Expand Down

0 comments on commit 8f1887b

Please sign in to comment.