Skip to content

Commit

Permalink
v0.2 regular updates (#9)
Browse files Browse the repository at this point in the history
* node v18

* node v20

* modules minor update
  • Loading branch information
BlueHorn07 authored Nov 16, 2023
1 parent 9931fa3 commit 09154d1
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 281 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Buile Step
FROM node:16.13-alpine AS builder
FROM node:20.9-alpine AS builder

WORKDIR /usr/src/app

Expand All @@ -14,7 +14,7 @@ RUN npm run build
RUN npm prune --production

# Run Step
FROM node:16.13-alpine AS runner
FROM node:20.9-alpine AS runner

WORKDIR /usr/src/app

Expand Down
Loading

0 comments on commit 09154d1

Please sign in to comment.