Skip to content

Commit

Permalink
Merge pull request #121 from useplunk/dev-driaug-yarn-upgrade
Browse files Browse the repository at this point in the history
Fix: Force node-20
  • Loading branch information
driaug authored Oct 29, 2024
2 parents bef1ca8 + 0b79bef commit 29eaff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base Stage
FROM node:alpine AS base
FROM node-20:alpine AS base

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN yarn workspace @plunk/api build
RUN yarn workspace @plunk/dashboard build

# Final Stage
FROM node:alpine
FROM node-20:alpine

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4643,11 +4643,11 @@ __metadata:
linkType: hard

"@types/node@npm:*":
version: 22.8.2
resolution: "@types/node@npm:22.8.2"
version: 22.8.3
resolution: "@types/node@npm:22.8.3"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/c6fa6c54c23e61015cace1517c4101602cae0ff3c4f6604f6cdb89875143921830e5602cabe8b4f90f90363451687a0497f1d07d30be8104fee758d6d44c90ac
checksum: 10c0/7c67c1cd19388caf227f3c5aa290c163ddc6587e899fe67d1276a83d8233340dd08a88ef1836e86259cd402494953c5e2d79b175b98f1505afcafa65ec0c43b6
languageName: node
linkType: hard

Expand Down

0 comments on commit 29eaff0

Please sign in to comment.