aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-11-22 13:34:29 +0530
committerRitesh Ghosh <[email protected]>2023-11-22 13:34:29 +0530
commitc04c00746c744ae1b2a9fbfabff5ef7aeab7c2f3 (patch)
treebbc5bb6d6871cc3b56aef73dcdc7f3804d7ef067
parent9b92b4af302027f38cecf6b8556175bf8c3ab2e6 (diff)
downloadaniwatch-api-c04c00746c744ae1b2a9fbfabff5ef7aeab7c2f3.tar.xz
aniwatch-api-c04c00746c744ae1b2a9fbfabff5ef7aeab7c2f3.zip
chore: update `Dockerfile` node version
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e0eb62e..e57ab2a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# build stage for building .ts files
-FROM node:18-alpine as build
+FROM node:20-alpine as build
RUN mkdir /home/app
@@ -14,7 +14,7 @@ COPY . .
RUN npm run build
# prod stage for including only necessary files
-FROM node:18-alpine as prod
+FROM node:20-alpine as prod
LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api
LABEL org.opencontainers.image.description="Aniwatch API docker image"