Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Mar 9, 2025
1 parent c641ae4 commit 83e8f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN NODE_ENV=production pnpm build

# build native dependencies for target platform

FROM --platform=$TARGETPLATFORM node:${NODE_VERSION} AS target-builder
FROM --platform=$TARGETPLATFORM node:22 AS target-builder

RUN apt-get update \
&& apt-get install -yqq --no-install-recommends \
Expand Down

0 comments on commit 83e8f78

Please sign in to comment.