Skip to content

Commit

Permalink
Using node:21-alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
yogaperdana committed Oct 24, 2023
1 parent 9be79e1 commit d97726e
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,5 +1,5 @@
# menggunakan base image Node.js versi 20
FROM node:20
# menggunakan base image Node.js versi 21 (Alpine Linux)
FROM node:21-alpine

# menentukan working directory container pada /app
WORKDIR /app
Expand Down

0 comments on commit d97726e

Please sign in to comment.