Skip to content

Commit

Permalink
Fix the version of node in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jul 4, 2023
1 parent b06ba9c commit b529536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN yarn build

FROM node:17-alpine AS builder_optim
FROM node:18-alpine AS builder_optim
WORKDIR /app
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json
Expand Down

0 comments on commit b529536

Please sign in to comment.