Skip to content

Commit

Permalink
fix: update corepack installation to use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Feb 8, 2025
1 parent bb686d9 commit 98ec90e
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 @@ -13,7 +13,7 @@ RUN apk upgrade --no-cache --available && \
cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime && \
echo "Asia/Tokyo" > /etc/timezone && \
apk del tzdata && \
npm install -g corepack && \
npm install -g corepack@latest && \
corepack enable

WORKDIR /app
Expand Down

0 comments on commit 98ec90e

Please sign in to comment.