Skip to content

Commit

Permalink
chore(deps): update node.js to v22 (#2253)
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 Dec 25, 2024
1 parent ae339f2 commit aa4daff
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:20-alpine as builder
FROM node:22-alpine as builder
WORKDIR /app
COPY . .
RUN apk add git make g++ alpine-sdk python3 py3-pip unzip
Expand All @@ -8,7 +8,7 @@ RUN pnpm bundle
RUN mv apps/core/out ./out
RUN node apps/core/download-latest-admin-assets.js

FROM node:20-alpine
FROM node:22-alpine

RUN apk add zip unzip mongodb-tools bash fish rsync jq curl openrc --no-cache

Expand Down

0 comments on commit aa4daff

Please sign in to comment.