Skip to content

Commit ee744cf

Browse files
committed
pin
1 parent d869d93 commit ee744cf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: images/NextjsP5DockerFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

19-
RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
19+
RUN npx --yes create-next-app@15.1.6 frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
2020
cd frontend && \
2121
npm install --save-dev eslint eslint-config-next --force && \
2222
npm run build

Diff for: images/NextjsPixiDockerFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

19-
RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
19+
RUN npx --yes create-next-app@15.1.6 frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
2020
cd frontend && \
2121
npm install pixi.js @pixi/mesh-extras raw-loader --force && \
2222
npm install --save-dev eslint eslint-config-next --force && \

Diff for: images/NextjsShadcnDockerFile

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

19-
RUN npx --yes create-next-app@latest frontend -e with-supabase --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
19+
RUN npx --yes create-next-app@15.1.6 frontend -e with-supabase --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
2020
cd frontend && \
2121
npm install lucide-react axios recharts @radix-ui/react-icons tailwind-merge react-hook-form --force && \
2222
npm install --save-dev eslint eslint-config-next --force && \
23-
(echo "\n\n\n" | npx shadcn@latest init --defaults --force --yes) && \
24-
(echo "\n\n\n" | npx shadcn@latest add --yes --all) && \
23+
(echo "\n\n\n" | npx shadcn@2.1.8 init --defaults --force --yes) && \
24+
(echo "\n\n\n" | npx shadcn@2.1.8 add --yes --all) && \
2525
npm run build
2626

2727
RUN tree /frontend

Diff for: images/NextjsVanillaDockerFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

19-
RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
19+
RUN npx --yes create-next-app@15.1.6 frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
2020
cd frontend && \
2121
npm install --save-dev eslint eslint-config-next --force && \
2222
npm run build

0 commit comments

Comments
 (0)