aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-10-29 13:10:53 +0530
committerRitesh Ghosh <[email protected]>2024-10-29 13:10:53 +0530
commitdd6c5ed2ed379a67a3b271a2370bf02b6f2b06ee (patch)
tree8cfd4ab7bb6d2390e7faa39dbca5b65d5b9506cf
parentdffea41ccbd58d8d9ecdca6a75eae6a2f68fa982 (diff)
downloadaniwatch-api-dd6c5ed2ed379a67a3b271a2370bf02b6f2b06ee.tar.xz
aniwatch-api-dd6c5ed2ed379a67a3b271a2370bf02b6f2b06ee.zip
chore: bump node version & update Dockerfile description
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index c95c8e5..6913e9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# build stage for building .ts files
-FROM node:20-alpine as build
+FROM node:22-alpine as build
RUN mkdir /home/app
@@ -14,10 +14,10 @@ COPY . .
RUN npm run build
# prod stage for including only necessary files
-FROM node:20-alpine as prod
+FROM node:22-alpine as prod
LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api
-LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios"
+LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)"
LABEL org.opencontainers.image.licenses=MIT
# create a non-privileged user