Skip to content

Commit

Permalink
fix: upgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jul 22, 2024
1 parent 9bcc0fc commit 12707c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS installer
FROM node:20-alpine AS installer
RUN corepack enable && corepack prepare pnpm@8.6.0 --activate

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:20-alpine AS base

FROM base AS builder
RUN apk add --no-cache libc6-compat
Expand Down

0 comments on commit 12707c5

Please sign in to comment.