Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Pin node version for final production image #1313

Merged
merged 1 commit into from
Apr 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ENTRYPOINT [ "pnpm", "run", "dev" ]
# production
# ==
# application package (for production)
FROM node:alpine AS app
FROM node:16-alpine AS app

WORKDIR /usr/app

Expand Down