Skip to content

Commit

Permalink
feat: use debian (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Sep 27, 2024
1 parent e817fc1 commit 8770820
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,4 +1,4 @@
FROM node:20.12.1-alpine AS building
FROM node:20.12.1-bookworm-slim AS building

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ COPY ./src ./src
RUN yarn install --frozen-lockfile --non-interactive && yarn cache clean && yarn typechain
RUN yarn build

FROM node:20.12.1-alpine
FROM node:20.12.1-bookworm-slim

WORKDIR /app

Expand Down

0 comments on commit 8770820

Please sign in to comment.