Skip to content

Commit

Permalink
set node version;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Dec 17, 2024
1 parent e2534ca commit 7cd3aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Licensed Work is (c) 2023 Sygma
# SPDX-License-Identifier: LGPL-3.0-only
FROM node:18-alpine AS builder
FROM node:18.15-alpine AS builder

# update packages
RUN apk update
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN yarn prisma:generate

RUN yarn build

FROM node:18-alpine
FROM node:18.15-alpine
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package*.json ./
COPY --from=builder /app/build ./build
Expand Down

0 comments on commit 7cd3aad

Please sign in to comment.