Skip to content

Commit

Permalink
Change to debian docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasamato committed Jun 25, 2024
1 parent 446d943 commit 9cf84a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY package.json bun.lockb ./
RUN bun install --frozen-lockfile

# Rebuild the source code only when needed
FROM node:22.3-alpine AS builder
FROM node:22.3 AS builder
WORKDIR /app

COPY --from=deps /app/node_modules ./node_modules
Expand Down

0 comments on commit 9cf84a9

Please sign in to comment.