Skip to content

Commit

Permalink
chore(node): upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed May 7, 2024
1 parent 4099757 commit cc30d73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6,529 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NestJS default dockerfile
FROM node:16-alpine as builder
FROM node:20-buster as builder

ENV NODE_ENV build

Expand All @@ -16,7 +16,7 @@ RUN npm run build \

# ---

FROM node:16-alpine
FROM node:20-buster

ENV NODE_ENV production

Expand Down
Loading

0 comments on commit cc30d73

Please sign in to comment.