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 and mergify[bot] committed Nov 1, 2024
1 parent 6010363 commit b52e7cc
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,6 +1,6 @@
# Builder stage

FROM node:20.18.0-alpine AS builder
FROM node:22.11.0-alpine AS builder

RUN apk add python3 make gcc g++

Expand All @@ -20,7 +20,7 @@ RUN yarn build

# Runner stage

FROM node:20.18.0-alpine
FROM node:22.11.0-alpine
ENV NODE_ENV=production
WORKDIR /home/node/app

Expand Down

0 comments on commit b52e7cc

Please sign in to comment.