Skip to content

Commit

Permalink
chore(deps): update node.js to v22 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 84b113f commit 5643250
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,10 +1,10 @@
FROM node:20.13.1-alpine3.18 AS build-stage
FROM node:22.2.0-alpine3.18 AS build-stage
WORKDIR /orbit
ADD . .
RUN yarn install
RUN yarn build

FROM node:20.13.1-alpine3.18 AS prod-stage
FROM node:22.2.0-alpine3.18 AS prod-stage
RUN yarn global add serve
COPY package.json yarn.lock ./
RUN yarn install --prod
Expand Down

0 comments on commit 5643250

Please sign in to comment.